Hello,
my user(s) can edit a frontend form, though they are not allowed to. Maybe I have done wrong, or it is a bug.
The users who should be allowed to edit the category articles and eventually articles in it, are structured in groups with standard 'author' group as parent, example-name editor-cat1.
I have one Seblod form 'form-cat' for category. Some categories are created. lets say, they are called cat1 and cat2. Users in the group 'editor-cat1' shall be allowed to edit all contents of cat1, but not cat2. A lot of articles are managed in each of the categories.
I have another Seblod form 'form-art' for articles in the categories from form-cat.
So now what I have tried so far to allow users from editor-cat1 group to edit cat1 articles and NOT cat2 articles,
Try one:
- allowed editor-cat1 group to edit contents inside category cat1 via direct permission editing (via Seblod core fieldgroup set to backend form)
- integrated user into editor-cat1 group
- result: user can not edit contents, though Joomla! php routine says he is authorised to do so, but when I do click on the edit button an error message appears 'You are not allowed to access this resource.'
Try two:
- allowed editor-cat1 group to edit contents inside seblod form form-art and form-cat via Seblod content type permissions
- allowed editor-cat1 group to edit contents inside category cat1 via permissions inside the form of cat1
- forbid editing of cat2
- result: user is allowed to edit all contenttypes form-art, though Joomla default buttons for 'edit' disappeared. If I have an own edit button, the button is always visible and opens the frontend form on click, so user is allowed to edit all contents - which is not the intended right for this particular user.
Do I have done wrong? Do you need some screenshots or some more informations?
Thanks in advance.