7 years ago
Can you explain what you mean exactly?
7 years ago (2. update 7 years ago)
The difference is that I have more possibilities to add or edit bookmarks.
- Task/Project/Person ... View (I can add one new bookmark)
- Task/Project/person ... Lists (I can add multiple bookmarks)
- Bookmark List (I can edit one (at the moment) bookmark)
Furthermore if I add e.g. a new task then I can be sure that it is not in the database.
Whereas the item can already be in the streb_personitem table but the attribut
is_bookmarkis set to false.
So in this case there are more facts to keep in mind than at the tasksEdit function.
But I'm sure I will somehow handle this :-).
pixtur:Believe me...
7 years ago
... it cannot be more than in taskEdit :) Check the bottom of taskEditSubmit and how much is validated there before returning to the original page (think about task assignments and issue reports).
If you get struck, we could have another skype session today.
7 years ago (2. update 7 years ago)
It is a little bit different von TaskEdit, but I already solved it.
But there is one part in the code which isn't really nice, but I hope you'll help me to find a better solution :-).
The code isn't committed yet, because I will implement the itemMonitorEditMultiple first.
7 years ago
looking forward to review it :)
burger:Changed and committed ...
7 years ago
Please check if it's okay.
There are some code lines (to transfer the ids) I'm not happy with. I commented them. So maybe you can have a more precise look at them.