Skip to content

Fixed create new label form in issue form not working for sub-group projects

Phil Hughes requested to merge issuable-form-create-label-sub-groups into master

What does this MR do?

The create label form in the dropdown on the issuable form was previously using path instead of full_path which was causing server errors when trying to create a label in a sub-group project. This fixes that by using full_path correctly.

What are the relevant issue numbers?

Closes #32906 (closed)

Merge request reports