Compare commits

..

2 Commits

Author SHA1 Message Date
Frédéric Péters 5f287a5889 backoffice: add warning if total number of data fields is too large (#88452)
gitea/wcs/pipeline/head There was a failure building this commit Details
2024-03-24 20:27:09 +01:00
Frédéric Péters 87c30ae655 tests: clean blocks before test_removed_block_in_form_fields_list (#88452) 2024-03-24 20:27:09 +01:00
1 changed files with 0 additions and 1 deletions

View File

@ -399,7 +399,6 @@ class FieldsDirectory(Directory):
_('It is close to the system limits and no new fields should be added.'),
)
r += htmltext('</div>')
pass
if [x for x in self.objectdef.fields if x.key == 'page']:
if self.objectdef.fields[0].key != 'page':