@unitybase/adminui-pub #

Added #

4.2.56 2018-04-06 #
  • property BasePanel.formWasSaved. Becomes 'true' in case opened form was saved

Changed #

4.2.56 2018-04-06 #
  • removed execution of ubboxselect.setFocuse after store is loaded

Fixed #

4.3.2 2018-04-11 #
  • ubdetailgrid does not load store on boxready event if forceDataLoad is true
  • ubboxselect erorr on getValue
4.2.56 2018-04-06 #
  • in case value is empty during form refresh, ubboxselet.value will be set to null
  • use custom fieldList for grid when choose "select From Dictionary" on ubcombobox for row editing grid
  • in UBComboBox remove clearValue when call doSetValue

@unitybase/mailer #

Added #

5.0.0 2018-04-22 #
  • TMimePartBind.read method - implement a UBReader

Changed #

5.0.6 2018-04-24 #
  • @unitybase/mailer-ssl removed. @unitybase/mailer now can create ssl connection (openSSl must be installed)

Removed #

5.0.0 2018-04-22 #
  • UBMail.getBodyFromMessage is removed. Use UBMail.getBodyPart(mimeMsg).read() instead

@unitybase/uba #

Changed #

5.0.6 2018-04-23 #
  • put username into uba_audit.actionuser for login/loginFail operations

@unitybase/ubcli #

Changed #

5.0.6 2018-04-29 #
  • createCodeInsightHelper command now generate stubs using ES6 syntax
  • createCodeInsightHelper create [entityCode]_ns stub class for each entity and define e global variable [entityCode] = new [entityCode]_ns()

Fixed #

1.3.2 2018-04-15 #
  • correctly generate a check constraints defined in dbExtensions section of entity metadata