-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Checking if the model is "persisted" in the limits form has several downsides.
- It requires an instance of a model and can't work on just class names
- It requires the addition of another variable (model vs. form.object)
- It seems like that should not be checked in the view as it will then need to be checked in other places
It feels like it should be part of the limiter (pass in an instance or a class and the limiter will determine).
In addition, it seems like some additional checks within certain workflows should be checked and ignored in other workflows. (e.g. in this controller action we need to check if the model is persisted, in another one, we don't need to).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested