* Stop hiding helpblocks per default, set with class qfq-only-active-error.
* Stop hiding helpblocks per default, set with class qfq-only-active-error.
* Radio: new class 'qfq-disabled' if readonly is set. softer blue. mark disabled - changed hover. text in darker orange. simple-error renamed to qfq-notify - removed box around error.
* Radio: new class 'qfq-disabled' if readonly is set. softer blue. mark disabled - changed hover. text in darker orange.
simple-error renamed to qfq-notify - removed box around error.
* New default class for 'form' tag: 'qfq-notify'.
* New default class for 'form' tag: 'qfq-notify'.
* Manual.rst: Add info for 'letter-no-break'.
* Manual.rst: Add info for 'letter-no-break'.
* Add validator.js to list of used packages.
* Add validator.js to list of used packages.
...
@@ -86,21 +87,17 @@ Date: 25.11.2019
...
@@ -86,21 +87,17 @@ Date: 25.11.2019
Notes
Notes
^^^^^
^^^^^
* Fantastic new formModeGlobal=skipRequiredCheck: fill's '{{allRequiredGiven:V}}' before save to 1 (all given) else 0.
* Enhance formModeGlobal=requiredOff/-ButMark (temporarily skipRequiredCheck): fill's '{{allRequiredGiven:V}}' before
save to 1 (all given) else 0.
Offers user to save form, even if not all required data are given and offers application logic to check easily if all
Offers user to save form, even if not all required data are given and offers application logic to check easily if all
required fields has been fillled.
required fields has been filled.
* formModeGlobal=requiredOff is now deprecated but will still work.
Features
Features
^^^^^^^^
^^^^^^^^
* #9526 / Mark required fields more visible
* #9526 / Mark required fields more visible.
* #9617 / Improve 'formModeGlobal=requiredOff'.
* #9617 / Improve 'formModeGlobal=requiredOff'.
* New mode name 'skipRequiredCheck'.
* 'requiredOff' is replaced by 'skipRequiredCheck' and now deprecated.
* Add documentation for 'skipRequiredCheck:S' & 'allRequiredGiven:V'
* Feature `Form.formModeGlobal` implemented - STORE_SIP overwrites form definition.
* Feature `Form.formModeGlobal` implemented - STORE_SIP overwrites form definition.
* New STORE_VAR variable 'allRequiredGiven'. Becomes '1' if all required fields are given, else 0.
* New STORE_VAR variable 'allRequiredGiven'. Becomes '1' if all required fields are given, else 0.
...
@@ -114,11 +111,11 @@ Bug Fixes
...
@@ -114,11 +111,11 @@ Bug Fixes
* #7639 / subrecord drag n drop:
* #7639 / subrecord drag n drop:
* `orderInterval` has not been respected.
* `orderInterval` has not been respected.
* Update Manual.rst
* Update Manual.rst.
* Fake STORE_SIP so it can be used during processing sql1.
* Fake STORE_SIP so it can be used during processing sql1.
* The record, currently loaded into form, is available via STORE_RECORD.
* The record, currently loaded into form, is available via STORE_RECORD.
* Check for id/_id and ord/_ord
* Check for id/_id and ord/_ord.
* Throw meaningful exception if missing 'id' or 'ord'
* Throw meaningful exception if missing 'id' or 'ord'.
* Fixes bug that no mime_type_content is called if there is on file.
* Fixes bug that no mime_type_content is called if there is on file.