I have a small problem and it's that a TYPO3 user who is not an admin can no longer delete images and media from a news. Is this a known problem or are there still configuration possibilities somewhere? The problem occurred after I updated from TYPO3 v10 to TYPO3 v12 and news v11.2. I have a similar website, with the same configuration, the same user group and there it works strangely.
The problem occurs only with the news. The editor can delete normal images as usual.
I have installed an older news version without success. I have given the user group "editors" all possible permissions that are selectable, however the user cannot delete the images from the news until he is created as admin.
Aside from the permissions to modify (tx_news_domain_model_news
) records you must grant the permission for editing the field (fal_media
?).
In general you also can restrict/grant permissions on page level with the Access-module and the permissions given for this page depending on Owner
, Group
, Everybody
of that page.