Actions
Feature #1894
closedVirtual system - implementer's note
Status:
Closed
Priority:
High
Assignee:
Vít Švanda
Category:
Virtual systems
Target version:
Start date:
10/07/2019
Due date:
% Done:
100%
Estimated time:
Owner:
Description
As an implementer of a virtual system request I would like to add a note to the request I am closing. Now I can add a note (reason) only when I'm rejecting the task. I would like to have a possibility to add the note even when I'm confirming the task. There's no need to provide a way to add the note from bulk actions, I only need it when resolving the task from it's detail.
Updated by Vít Švanda almost 5 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Vít Švanda to Radek Tomiška
- % Done changed from 0 to 90
Done.
- I added new confirm modal dialog with text-are for the note.
- Note is optional. I modified rest and service for use this note during realization.
- For compatibility reasons I added new service method "realize(request, reason)", old method "realize(request)" still works.
- Dialog with this note is show on the detail of this request and on the request table too.
Commit: https://github.com/bcvsolutions/CzechIdMng/commit/cf1cdf3bcbf7c32e378b6f67179ac665fe83a8ae
Test: https://github.com/bcvsolutions/CzechIdMng/commit/2d57811212dd84c726c54b20606ffed444f5ebef
Updated by Radek Tomiška almost 5 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 90 to 100
I did test and code review, it works and code looks nice, thx.
Updated by Radek Tomiška almost 5 years ago
- Status changed from Resolved to Closed
Actions