N°803 - Allow display & edition of attributes on n:n relations on Portal

- Remove input when object is in view mode
- Improve form errors handling
- Prevent row selection when clicking input 
- Attach date time picker to table instead of input to prevent popup truncating (popup will be visible but not aligned on the input)
This commit is contained in:
Benjamin Dalsass
2023-06-09 10:34:19 +02:00
parent 1b7529fcb9
commit c486aea299
21 changed files with 327 additions and 129 deletions

View File

@@ -75,6 +75,11 @@ p_object_get_information_json:
defaults:
_controller: 'Combodo\iTop\Portal\Controller\ObjectController::GetInformationAsJsonAction'
p_object_get_information_for_linked_set_json:
path: '/object/get-information-for-linked-set/json'
defaults:
_controller: 'Combodo\iTop\Portal\Controller\ObjectController::GetInformationForLinkedSetAsJsonAction'
p_object_document_display:
path: '/object/document/display/{sObjectClass}/{sObjectId}/{sObjectField}'
defaults: