Currently, the ResourceController abstract factory will read the configuration for "identifiers", and, incorrectly, passes them on to the Resource object it creates and composes into the controller.
Ideally, the "identifiers" should be injected into the ResourceController, and a separate key, "resource_identifiers", should be passed to the Resource.
Currently, the ResourceController abstract factory will read the configuration for "identifiers", and, incorrectly, passes them on to the Resource object it creates and composes into the controller.
Ideally, the "identifiers" should be injected into the ResourceController, and a separate key, "resource_identifiers", should be passed to the Resource.