@unitybase/adminui-vue #
Added #
5.20.27 2021-10-18 #
- UTableEntity: new item
filter
can be used inhideActions
array to hide a filter button
Fixed #
5.20.28 2021-10-27 #
- FTS widget: highlight active text for
period
switch use --l-state-active lightness [UBDF-11388] - UTable HTML export - export null as empty string (instead of
null
)
5.20.27 2021-10-18 #
UDropdownItem
: menu itemtextbox
now expanded to 100% of menu width, this allows to handle click everywhere on row, not only on the text [LDOC-1666]- FullTextSearch result -
filer
action is hidden in toolbar [UBDF-11424]
@unitybase/adminui-pub #
Added #
5.20.27 2021-10-18 #
- Azerbaijani (az) localization for items with omitted translation
@unitybase/cdn #
Added #
5.20.27 2021-10-18 #
- Azerbaijani (az) localization for items with omitted translation
Changed #
5.20.27 2021-10-18 #
- Navigation shortcuts localization are taken from i18n (from entities caption)
- English (en) localization for desktop description: the words are capitalized according to English rules for captions
@unitybase/org #
Added #
5.20.27 2021-10-18 #
- Azerbaijani (az) localization for items with omitted translation
Changed #
5.20.27 2021-10-18 #
- Translations for
ORG_UNITTYPE
enum: minor improvements:Організація
=>Внутрішня організація
Підрозділ
=>Внутрішній підрозділ
Персонал
=>Штатна одиниця
- capitalization of English captions
- Navigation shortcuts localization are taken from i18n (from entities caption)
- English (en) localization for desktop description: the words are capitalized according to English rules for captions
Fixed #
5.20.28 2021-10-27 #
org_employee
shortcut - added columns to prevent lookup to uba_user on userID columnorg_execgroup
shortcut - fixed error "Rendering slot is not defined for columns [parentID.caption]"
[@unitybase/systemjs-plugin-vue-ub]([object Object]) #
Added #
1.4.1 2021-10-18 #
Vue single file components can use <style src=
> tag to import a CSS from external file (will be injected using UB.inject). Example:
<template>
<div>1111</div>
</template>
<script>
export default {
data () { return {} }
</script>
<style>
div { color: red; }
</style>
<style src="./path/to/file"></style>
@unitybase/ub #
Added #
5.22.16 2021-10-18 #
- added localization for entities captions
- Navigation shortcuts localization are taken from i18n (from entities caption)
@unitybase/uba #
Added #
5.20.27 2021-10-18 #
- Azerbaijani (az) localization for items with omitted translation
- added index by
uba_subject.code
- navigation shortcuts uses i18n (entity captions) during migration
- "Duplicate user name.." error localization added
Changed #
5.20.28 2021-10-27 #
- UBA model fill
ubs_settings
using migration YAML (05_settings.yml) - UBA model fill roles and ELS using migration (01_roles.yml)
5.20.27 2021-10-18 #
- English (en) localization for desktop description: the words are capitalized according to English rules for captions
Removed #
5.20.28 2021-10-27 #
- migration from
@unitybase/uba
< 5 is REMOVED (expect all products are already migrated to v5)
Fixed #
5.20.28 2021-10-27 #
uba_userrole
&uba_usergroup
nav shortcut usesuserID.name
instead ofuserID
- this prevents lookup on potentially big user entityuba_advSecurity
nav shortcut usesuserID.name
; improve uk translation for attributesuba_otp
nav shortcut - add columns to prevent lookup on uba_user entity
@unitybase/ubcli #
Added #
5.21.23 2021-10-27 #
ubcli migrate -vs
option added. Forceub-migrate
to output only important migration messages and the inserts and updates made (require @unitybase/ub-migrate@1.22.11, otherwise option is ignored).
Recommended for CI usage.
@unitybase/ubm #
Added #
5.20.27 2021-10-18 #
- Azerbaijani (az) localization for items with omitted translation
- navigation shortcuts uses i18n (entity captions) during migration
Changed #
5.20.28 2021-10-27 #
ubm_enum.name
size increased from 255 to 512 chars (such huge size is required by some real life projects)
Fixed #
5.20.28 2021-10-27 #
ubm_navshortcut
: nav shortcut - improve columns list;uk
andru
locale - localize description and keyword attributes
@unitybase/ubq #
Added #
5.20.27 2021-10-18 #
- Azerbaijani (az) localization for items with omitted translation
- direct modification of
ubq_runstat
is disabled by ELS new rule
Changed #
5.20.27 2021-10-18 #
- UBQ Navigation shortcuts localization are taken from i18n (from entities caption)
@unitybase/ubs #
Added #
5.20.27 2021-10-18 #
- Azerbaijani (az) localization for items with omitted translation
Changed #
5.20.27 2021-10-18 #
- Navigation shortcuts localization are taken from i18n (from entities caption)
Fixed #
5.20.28 2021-10-27 #
- prevent updating
dev_folder_UI
nav shortcut caption during each migration