About localization override
Can`t override localization via Administration settings in web console service portal.
I thing i found error here (this is a developer console view of http://myportal_address/View/localizationAdmin):
Help me please with that. My version of portal is 8.4.2.2016
Best Answer
-
Justin_Workman Cireson Support Super IT Monkey ✭✭✭✭✭@oxotnik
Unfortunately this is a known issue with 8.4.2 of the portal. Here is a fix:Add the following to CiresonPortal\Scripts\grids\gridBuilder.js at line 108:if (column.editable) {column.editable = function () {return true;}}else {column.editable = function () {return false;}}5
Answers
Unfortunately this is a known issue with 8.4.2 of the portal. Here is a fix:
I'm not sure of the timeline for release for this one.
@seth_coussens