-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create MR with a webform #226
Comments
@lkmorlan This worked for me as admin.
|
@lkmorlan I tested this and it works, a few change requests. If I do not belong to an org, I should not be able to add a MR here. This works, I don't have access to the form if I do not have an org. However, I can see the block title. Please make the title go away for people who do not have the correct role/org combination to create an MR |
Maybe instead of making the block title go away you add text indicating that the user does not have an org and to contact an admin to fix it. |
|
Documentation on using the webform to create content has been added for staff and for developers. |
Bug found and reported: |
OP timer
https://openplus.monday.com/boards/4092908516/pulses/5484530834
When an editor goes to the landing page, there is a block for them to create a new MR. It has fields for a title and an OPR.
This block is a webform; the webform content creator module created the node.
When the node is first created, it is in the draft state and shows up in the My unpublished records table.
The webform
The webform has a field for the title and the Office of primary responsibility.
To do this we will need the following:
The org field is an entity reference to the view for the user's available orgs. There is something similar at https://hcdev.openplus.ca/en/admin/webform/manage/create_a_new_alert.
What we want is a block that has the title field, the org field is pre-populated. If the user belongs to more than one org, privide a select list.
A user cannot select an org they are not member of.
related #215
The text was updated successfully, but these errors were encountered: