| Age | Commit message (Collapse) | Author |
|
|
|
Disable the checkboxes next to pending referentials. This prevents them
from being deleted by the batch deletion operation.
In general it seems like we shouldn't be operating on pending
referentials, so if any new batch actions are added, it would make sense
to me for the checkboxes to stay disabled.
We want to disallow deletion of pending referentials because this can
put the data in an inconsistent state that requires manual intervention
to clean (I think).
Refs #6858
|
|
|
|
|
|
Infer it when possible, and use a nested otherwise
|
|
Previously, all `Referential`s would be listed on this page if they had
matching line metadata. Now, we exclude those referentials that are in
other workgroups to ensure users don't see referentials they're not
supposed to see.
Refs #5592
|
|
Check that only `Organisation`s associated with the current `Workgroup`
appear in the list of filters on `Workbenches#show`.
Also rewrite the `other_referential` object to put it in a different
workbench from the first referential, enabling us to have multiple
organisations in the same `Workgroup`.
Refs #5140
|
|
- verifying the visibility of the action box
- no dynamic behavior of the action box is verified (yet?) - would need javascript execution
- refactoring suggestions --> https://projects.af83.io/issues/5206
|