Use just one configuration for collections and views #12
Labels
breaking
For changes that might break service behavior
enhancement
New feature or request
needs triage
This issue or pull request needs to be categorized
Currently, the crud-service is using two configurations:
COLLECTIONS_DEFINITION_FOLDER
: for the collectionsVIEWS_DEFINITION_FOLDER
: for the viewsWhen creating a view, the definition of it is splitted into the two configurations.
VIEWS_DEFINITION_FOLDER could be deprecated and just one configuration could be used.
The text was updated successfully, but these errors were encountered: