Skip to content

Version 0.9.7

Compare
Choose a tag to compare
@coastforge-cro coastforge-cro released this 11 Apr 09:29
· 1238 commits to main since this release

Changes:

  • Added tooltips to more buttons and more button entries
  • Added C4GTablePermission and accompanying traits and interface
  • Added constants to MoreButton and MoreButtonEntry
  • Added C4GTraitCheckMandatoryFields
  • Implemented the trait in Save and Activation dialog actions
  • Fixed a bug that could cause validateFields() to not validate
  • Added class C4GBrickFieldText; Implemented automatic text field cut
  • Added abstract function isReadOnly() to BrickAction (and children)
  • Changed a regular expression
  • Fixed a field validation bug
  • Gave NumberField an initial value of 0
  • Changed design and function of DateField (added a button)
  • Changed how accordions are created and onLoadScript (DialogParams)
  • Forced C4GPermission into BrickModuleParent
  • Fixed DateField display if condition is not set
  • Fixed php warning in ShowListAction
  • SaveDialogAction will only validate if it would check mandatory fields
  • add projects- and partenbased for permission check
  • Change order of cases
  • Now executes C4GPermission::set() after initBrickModule()
  • Add C4GSetFilterAction as exception
  • Datefield button no longer seem interactive if the field is not editable
  • DateField button no longer interactive in modules without editing
  • Added porperty to C4GBrickFieldText to allow cot of long field values
  • Get elements only when the module has a database