NEW fichinter list disable details option #30884
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NEW fichinter list disable details option
Currently
FICHINTER_DISABLE_DETAILS
option will disable details for list view and card views of interventions. In some cases (like #30790 #25190 #7951) it is necessary to have intervention detail lines but not on the list view: only one intervention per line. This PR adds an explicitFICHINTER_DISABLE_DETAILS_ON_LIST
option which replacesFICHINTER_DISABLE_DETAILS
for the list view only. This means users can have the best of both depending on their needs and without having to fight with column settings.If this PR is merged, intervention admin page could be updated to add these options to administration. Dolibarr wiki will also need updating.