Opened 12 months ago
Closed 12 months ago
#3050 closed task (fixed)
Partners form functionality broken cannot access/edit content
Reported by: | jive | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Unplanned |
Component: | SysAdmin | Keywords: | |
Cc: |
Description
The Wordpress website uses structured ACF field groups (rather than posts) to manage content.
The Partners form category is displayed here: https://www.osgeo.org/partners/
The ACF Field group "CPT Partners" is broken so I cannot edit https://www.osgeo.org/partners/us-doi/ (to correct the MOU link to https://wiki.osgeo.org/wiki/MOU_DOI as the PDF is "missing").
When clicking "Edit Partner" I am showed the "post" edit rather than the "form' edit.
Change History (3)
comment:1 by , 12 months ago
comment:2 by , 12 months ago
Comparing to Projects page I figured out the configuration problem; Projects form had two rule groups:
- Post type Projects and user role Project Editor
- Post type Projects and user role Administrator
Taking the same approach for "CPT Partners" resolves the issue.
comment:3 by , 12 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Checking configuration and if we are using an older version.
1) Navigating to "ACF" page and selecting definition for "CPT Partners" everything seems okay: the fields are listed, the show field group rule is set for post type Partners or user role Partners Editor.
2) Checking if we can edit Projects and we can. Edit Project displays the correct "CPT Projects" form (so ACF is still working even though it is an older plugin version)
Not sure what is broken and for how long.