Hi Lenya devs,

The README.txt file in the fckeditor module has several small errors
in #4.  It says this:

4. make sure you have the appropriate usecase policies in
  <yourpub>/config/ac/usecase-policies.xconf. the following entry will allow
  the "admin" and "edit" roles access to the usecase:

  <usecase id="edit.tinymce">
    <role id="admin"/>
    <role id="edit"/>
  </usecase>

but it should say this instead:

4. make sure you have the appropriate usecase policies in
  <yourpub>/config/ac/usecase-policies.xml. the following entry will allow
  the "admin" and "edit" roles access to the usecase:

 <usecase id="fckeditor.edit">
   <role id="admin" method="grant"/>
   <role id="edit" method="grant"/>
 </usecase>

I'll file a bug and a patch, unless someone wants to go ahead and make
the change.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to