-
Notifications
You must be signed in to change notification settings - Fork 49
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
custom fields: service methods should know if a field is enabled (not just configured) #362
Comments
This issue boils down to a persistence problem. We need to store which fields have passed by the
|
related to #355
Since the field was not created using the CLI the mapping type might not be correct, leading to problems (since it cannot be updated) |
The correct way to fix it would be to have vocabs stored in DB, moving to triage since is not feasible for the mvp of custom fields in V10 |
In
CustomFieldsService.exists
we need anis_registered
method/flag for the fields. To check if it is "configured" or not, not just to check existance in ES, or should it do both?related to #355
The text was updated successfully, but these errors were encountered: