I have workbench_access installed on a D8 site and have configured sections for specific content types and all's well, I can assign users to sections at /admin/config/workflow/workbench_access/sections but if I add the "sections" field to the user form display here /admin/config/people/accounts/form-display then edit a user it doesn't pick up the sections. The select box just displays "None" as the only option and the checkboxes doesn't render anything.

Is this a bug or am I missing something? I'm currently running the alpha release but have also tried the latest dev and there's no change.

Comments

specky_rum created an issue. See original summary.

agentrickard’s picture

Using the native form field isn't currently supported. We simply haven't had time to make the UI work for the feature you're discussing here.

The storage of that data is likely to change in the beta release as well.

agentrickard’s picture

Category: Bug report » Feature request
Status: Active » Postponed
specky_rum’s picture

OK, thanks for getting back to me.

larowlan’s picture

Status: Postponed » Closed (works as designed)

Please hide the field from the user edit form and use the UI under admin -> config -> workflow -> workbench access -> sections to assign users to sections.

Thanks

agentrickard’s picture

Status: Closed (works as designed) » Needs work

Re-opening.

My understanding is that once we get https://github.com/agentrickard/workbench_access/issues/66 landed, we can make this work properly.

agentrickard’s picture

agentrickard’s picture

Status: Needs work » Needs review

I have moved the fields out of the user form and placed them in a specific tab.

https://github.com/agentrickard/workbench_access/pull/105

maxneaga’s picture

The issue is also present on taxonomy edit forms (if the taxonomy has an entity reference field to a workbench access taxonomy).

agentrickard’s picture

I don't understand the issue in #9. That doesn't seem related to me. Nor does it seem easily solvable.

We never exposed any such information on taxonomy edit pages in the D7 version.

There is no longer an option to disable sections within a scheme, so I see no use-case for adding any information to the taxonomy editing screen.

agentrickard’s picture

Status: Needs review » Fixed

We can discuss exposing this information on other forms in separate issues.

agentrickard’s picture

To git.drupal.org:project/workbench_access.git
ac6bd5c..2ace001 8.x-1.x -> 8.x-1.x

agentrickard’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.