- heddn Nicaragua
Based on the past few comments, marking tihs closed won't fix.
For some reasons in my current project, the node/add page has different dependencies to the current language.
Because of that, I need to block the users to access the node/add page if they don't have the allowed language for the language interface that they are at that moment.
So, if they have 'en' and 'es' as allowed languages the behavior should be:
/en/node/add/{content_type} -> 200
/es/node/add/{content_type} -> 200
/fr/node/add/{content_type} -> 403
/de/node/add/{content_type} -> 403
Of course if they have permission to create that type of content.
Maybe this is an edge case and I'm not so sure if this patch should go to the module or not. Or maybe we need a setting in the module to be able to decide if this should work like this or as it working with the module now. Any feedback would be appreciated.
Closed: won't fix
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Based on the past few comments, marking tihs closed won't fix.