-
Notifications
You must be signed in to change notification settings - Fork 167
Do not implicitly set values in clean function #2482
Copy link
Copy link
Open
Labels
[C] BackendFocuses on backend implementationFocuses on backend implementation[P] Nice to haveLowest priority. Some people might use this feature but it won't have a big impact.Lowest priority. Some people might use this feature but it won't have a big impact.[T] RefactoringExisting parts should become faster, more readable, or in any other way better.Existing parts should become faster, more readable, or in any other way better.
Metadata
Metadata
Assignees
Labels
[C] BackendFocuses on backend implementationFocuses on backend implementation[P] Nice to haveLowest priority. Some people might use this feature but it won't have a big impact.Lowest priority. Some people might use this feature but it won't have a big impact.[T] RefactoringExisting parts should become faster, more readable, or in any other way better.Existing parts should become faster, more readable, or in any other way better.
in
evap/staff/forms.pyWhy are we setting these values here? I would think that we should check that these are indeed set to False because the frontend should enforce that. Maybe not something for this issue, but we shouldn't just ignore it if a True value falls in here
Originally posted by @niklasmohrin in #2450 (comment)