@unitybase/adminui-pub #
Fixed #
5.8.7 2019-04-29 #
- prevent two server query for Audit Trail grid by moving sort to the UBQL
@unitybase/base #
Added #
5.1.7 2019-04-02 #
- optional parameter fieldAliases for
ServerRepository.selectByIdmethod
Changed #
5.1.8 2019-04-10 #
- in case response body is empty
SyncConnection.xhrwill return null even ifContent-Typeheader is iset to*json
@unitybase/ub-pub #
Added #
5.2.36 2019-04-23 #
-
new methods added to the client side
ConnectionaddNewAsObject,runTransAsObject,updateAsObject,insertAsObjectResult data of this methods is an Object (the same as in selectAsObject()) instead of Array (the same as in .selectAsArray())Useful for non-ExtJS clients, Vue for example. See documentation for detail:
UB.connection.updateAsObject({ entity: 'uba_user', fieldList: ['ID','name','mi_modifyDate', 'isPending'], execParams: {ID: 33246, name:'newName', mi_modifyDate:"2019-04-23T13:00:00Z"} }).then(UB.logDebug) // will return plain object // {"ID": 332462122205200, "name": newName", "mi_modifyDate": new Date("2019-04-23T13:03:51Z"), isPending: false})
Changed #
5.2.35 2019-04-10 #
- in case response body is empty
AsyncConnection.xhrwill return null even ifContent-Typeheader is iset to*json
@unitybase/ub #
Added #
5.2.12 2019-04-28 #
- new method
THTTPRequest.writeToFile(fullFilePath)- write request body content (as binary) to a file. Returntrueon success. Can be used to bypass moving body content between native<->JS if conversion of the request body is not required.
5.2.11 2019-04-07 #
- Entity metadata merging: in case descendant model contains entity with the same name as
original model they
*.metafiles will be MERGED (before this patch descendant overrides parent). This allow to override only part of meta-file attributes/properties in descendants.
Fixed #
5.2.12 2019-04-28 #
- Windows:
UB.UBAbortserver-side exception fileName & lineNum now valid in case file name is absolute path starts with drive letter. Prev. implementation puts drive letter instead of fileName
@unitybase/ubcli #
Added #
5.3.12 2019-04-04 #
- support for Oracle Text and CTXCAT indexes (require Oracle Text to be enabled - see https://docs.oracle.com/cd/E11882_01/install.112/e27508/initmedia.htm#DFSIG269)
@unitybase/udisk #
Fixed #
5.0.54 2019-04-28 #
- initialization script adopted for UB 5x
