mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 00:02:17 +02:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user