Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Required fields need to be allowed to be different for each event. #145

Open
dschoenbauer opened this issue Feb 9, 2018 · 1 comment
Open

Comments

@dschoenbauer
Copy link
Owner

Overview description

The required fields event would be nice if you could define different values for different events.

Steps to reproduce

  1. Fields are required for an update.
  2. Different fields are required for a fetch.

Actual Results

Today all events are using the same required fields. No opportunity to define a difference.

Expected Results

Technical details

  • PHP Version:5.6
  • Library Version:1.3.0
  • Database Type: Mysql
  • Browser/OS: Chrome/Windows
@dschoenbauer
Copy link
Owner Author

This happens because the required fields are stored within the entity. The entity needs to know the event name so it can decide which fields are required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant