Summary:
When a field is present in both the detail view and the side panel, entering full edit mode only allows editing of the duplicated fields in the side panel. The same fields in the detail view do not enter edit mode.
Tested and reproduced in the demo (EspoCRM 9.1.8).
No errors in the console log or in the logs file.
Steps to Reproduce:
1. Go to the entity manager.
2. Visit the layout manager of an entity and add an existing field from the detail view to the side panel.
3. Visit a record and press the Edit button to enter full edit mode.
4. Observe that the duplicated fields in the detail view do not enter edit mode, while those in the side panel do.
Actual Behavior:
Only the duplicated fields in the side panel are editable in full edit mode; the same fields in the detail view remain in view mode.
Expected Behavior:
- It should not be possible to add the same field to both the detail view and the side panel.
Or
- If a field is duplicated, both instances should be editable and stay in sync, or the UI should prevent editing in one location if syncing is not possible, preventing going into inline edit.
Recording:
When a field is present in both the detail view and the side panel, entering full edit mode only allows editing of the duplicated fields in the side panel. The same fields in the detail view do not enter edit mode.
Tested and reproduced in the demo (EspoCRM 9.1.8).
No errors in the console log or in the logs file.
Steps to Reproduce:
1. Go to the entity manager.
2. Visit the layout manager of an entity and add an existing field from the detail view to the side panel.
3. Visit a record and press the Edit button to enter full edit mode.
4. Observe that the duplicated fields in the detail view do not enter edit mode, while those in the side panel do.
Actual Behavior:
Only the duplicated fields in the side panel are editable in full edit mode; the same fields in the detail view remain in view mode.
Expected Behavior:
- It should not be possible to add the same field to both the detail view and the side panel.
Or
- If a field is duplicated, both instances should be editable and stay in sync, or the UI should prevent editing in one location if syncing is not possible, preventing going into inline edit.
Recording:
Comment