@unitybase/adminui-pub #

Added #

4.2.40 2017-11-29 #
  • new CSS class .iconPdf to display a PDF file icon
  • BasePanel.aftersave event fired with with 2 parameters: (me, result) where result is a record state AFTER server side updating
4.2.37 2017-11-17 #
  • EntityGridPanled can be configured to allow editing at a row level for a Grid by setting rowEditing: true configuration property. Or in the showList or navigation shortcut:
{
	"cmdType": "showList",
  "cmpInitConfig": {"rowEditing": true},
	"cmdData": {    
	  "params": [
	    {
	      "entity": "tst_document",

Changed #

4.2.37 2017-11-17 #
  • Editor for attributes mapped to Currency type changed from spin edit to edit
  • display value for Currency type will be formated accoding to Ext.util.Format.currency rules. Localization applied in packages/adminui-pub/locale/lang-*.js

Fixed #

4.2.37 2017-11-17 #
  • prevent storing of undefined as a form value to localStore in case server is unavailable

@unitybase/org #

Added #

4.0.42 2017-11-17 #
  • org_orgaccount.description attribute (calculated automatically)

Fixed #

4.0.42 2017-11-17 #
  • Fixed "General" tab localization for org* forms

@unitybase/ubcli #

Fixed #

1.2.3 2017-11-28 #
  • Database metadata for PostgreSQL now loaded for a current_schema instead of current_user
  • Added missed ; in the end of DDL script block

@unitybase/xlsx #

Added #

4.1.0 2017-11-24 #
  • Use javascript classes instead Ext.js classes
  • Add rgb color in styles
wb.style.fills.add({fgColor: {rgb: 'FFCFE39D'}})