Section Access disappears in User Accounts

4 posts by 2 authors in: Forums > CMS Builder
Last Post: February 24, 2009   (RSS)

By Djulia - February 24, 2009

Hi,

I would like to translate Field Label "Section Access" in the table "User Accounts"
but my translation causes an error.

After the translation, Section Access disappears in User Accounts.

The translation of the other fields does not pose a problem.

An idea ? Thanks !

Djulia

Re: [Djulia] Section Access disappears in User Accounts

By Dave - February 24, 2009

Hi Djulia,

The User Accounts "Section Access" field uses a field type that isn't available from the field editor. So saving it reverts it to a different field type.

The easiest way to make this change is to edit: cmsAdmin/data/schema/accounts.ini.php, search for "accessList" and reset the "type" line with the value shown:

[accessList]
order = 93
label = "Section Access"
type = "accessList"
isSystemField = 1

It's that type="accessList" that's getting reset. We'll work on a better way to make those fields editable for future.

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Section Access disappears in User Accounts

By Djulia - February 24, 2009

Hi Dave,

Thanks, it is a good solution.

Djulia