backoffice: add warning if total number of data fields is too large (#88452) #1306

Merged
fpeters merged 1 commits from wip/88452-field-total-count-warning into main 2024-03-29 08:40:31 +01:00
Owner
No description provided.
fpeters added 1 commit 2024-03-24 19:15:16 +01:00
gitea/wcs/pipeline/head There was a failure building this commit Details
a0128d2c5d
backoffice: add warning if total number of data fields is too large (#88452)
fpeters added 1 commit 2024-03-24 19:37:39 +01:00
gitea/wcs/pipeline/head There was a failure building this commit Details
cb4031e969
tests: clean blocks before test_removed_block_in_form_fields_list (#88452)
fpeters force-pushed wip/88452-field-total-count-warning from cb4031e969 to 5f287a5889 2024-03-24 20:27:13 +01:00 Compare
fpeters force-pushed wip/88452-field-total-count-warning from 5f287a5889 to 63a2e0ce18 2024-03-24 20:45:30 +01:00 Compare
fpeters changed title from WIP: backoffice: add warning if total number of data fields is too large (#88452) to backoffice: add warning if total number of data fields is too large (#88452) 2024-03-25 08:22:13 +01:00
tnoel approved these changes 2024-03-25 11:38:09 +01:00
@ -390,0 +394,4 @@
# warn before DATA_UPLOAD_MAX_NUMBER_FIELDS
r += htmltext('<div class="warningnotice">')
r += htmltext('<p>%s %s</p>') % (
_('There are %d data fields, including fields in blocks.')
Owner

peut-être ajouter « at least %d data fields » parce qu'on compte avec default_items_count...

peut-être ajouter « at least %d data fields » parce qu'on compte avec default_items_count...
Author
Owner

Oui, ajouté "at least".

Oui, ajouté "at least".
lguerin approved these changes 2024-03-25 13:26:28 +01:00
fpeters force-pushed wip/88452-field-total-count-warning from 63a2e0ce18 to 075906753c 2024-03-29 08:32:25 +01:00 Compare
fpeters merged commit 8b6d9d658e into main 2024-03-29 08:40:31 +01:00
fpeters deleted branch wip/88452-field-total-count-warning 2024-03-29 08:40:31 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: entrouvert/wcs#1306
No description provided.