N°6861 - Display warning message when creating/editing a mandatory blob in modal

This commit is contained in:
Stephen Abello
2023-10-23 15:22:48 +02:00
parent 40d1ae0b1c
commit 4f336abeb8
21 changed files with 70 additions and 0 deletions

View File

@@ -18,4 +18,5 @@
*/
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'UI:Object:Modal:Title' => 'Create an object~~',
'UI:Object:Modal:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which is not supported in modal mode. The creation/modification of this object may be incomplete and may be completed in a full-page form.~~',
));