Actions
Bug #38025
closedLabel option is removed while creating new Organization in UI
Description
Label option is removed while creating new Organization from the web UI:
Administer > Organizations > New Organization > Submit
Here by default label name is the same as name of "New Organization"
However; the documentation still mentions filling the Label field while creating New Organization:
```
In the Foreman web UI, navigate to Administer > Organizations.
Click New Organization.
In the Name field, enter a name for the organization.
In the Label field, enter a unique identifier for the organization. This is used for creating and mapping certain assets, such as directories for content storage. Use letters, numbers, underscores, and dashes, but no spaces.
```
Added by Adam Lazik 5 months ago
Actions
Fixes #38025 - Add label option when creating organization
The label field was removed probably accidentally in #10880.
This action is still doable in api so it should be doable in UI as well.