From ab6cb1ce634763e9445094f63ec04f59e24e3fdc Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sat, 2 May 2020 22:46:39 +0200 Subject: [PATCH] extend notes --- docs/notes.org | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/notes.org b/docs/notes.org index 2491197..7fb6392 100644 --- a/docs/notes.org +++ b/docs/notes.org @@ -35,7 +35,7 @@ above would be an easy solution. Another option to try out might be the MultipleChoice field[fn:8]. Maybe with this I can limit the number of times a relation can be added. -** TODO [#A] Forms [0/11] +** TODO [#A] Forms [0/12] *** TODO Computer Forms [0/3] - [X] Add - [X] Update @@ -116,6 +116,13 @@ Maybe with this I can limit the number of times a relation can be added. - [ ] Update - [ ] Delete +*** NEXT Limit the dropdowns in update views + +When a user edits an object he should only be able to select objects from the +dropdowns he's allowed to view. +Meaning that we have to limit every dropdown in an update view to the customer +he's allowed to see. + ** NEXT [#A] a backup should be able to contain multiple computers :model: ** NEXT [#A] implement view for groups ** NEXT [#A] Add a feature to copy objects