Closed (fixed)
Project:
Open Social
Version:
10.0.3
Component:
Code (back-end)
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2021 at 01:03 UTC
Updated:
25 May 2021 at 15:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
bas123 commentedAddendum!
I am noticing that the Social Path Manager's checkbox to "Generate Automatic URL alias" is no longer present for Admins. in either Create or Editing.
Instead, with ALL OTHER Content Created (Except Groups), only the option to manually create a path is present, otherwise the path is created by it's node ID only. (No pathauto alias is created) - This is an edit screen of a previously created (automatic Aliased URL, if it were left blank, only the node/ID# would be rendered!)
This is the case for every content type EXCEPT Groups which have the checkbox
This also succeeded in automatically generating the proper URL Alias for the Group
The LU (Authenticated) has no option regardless, and any new content renders with no alias!
Note: Crew Department is actually a Flexible Group as that Group type has been renamed as such!
Comment #3
bas123 commentedComment #4
bas123 commentedComment #5
tseven commentedI too am experiencing this issue on 10.x.
Comment #6
robertragas commentedI have created a PR for this issue
https://github.com/goalgorilla/open_social/pull/2311
Was caused by refactoring of the content creation forms. This applied to regular content that hides this "automatic url alias" checkbox and applies a custom submit.
For groups this didn't apply and can be seen by this checkbox being visible, which means also this custom submit was not called there and not causing an issue.
Comment #7
robertragas commentedComment #9
ronaldtebrake commentedThanks for that Robert.
It will be in 10.0.9 / 10.1.2