System administrators

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To allow the user to comment locked segments, please execute the following sql-query on your translate5 database:

INSERT

...

INTO

...

`Zf_acl_rules`

...

(`module`,

...

`role`,

...

`resource`,

...

`right`) VALUES ('editor', 'basic', 'frontend', 'editorCommentsForLockedSegments');
or on the instance
t5 data:q "INSERT INTO Zf_acl_rules (module, role, resource, \`right\`) VALUES ('editor',

...

'basic',

...

'frontend',

...

'editorCommentsForLockedSegments');"