-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
[admin] Add a human readable value for empty org selection #171
Comments
@nemesisdesign I setup the project locally by following instructions. But I don't think that the organisation selection is optional. Can you please look into this again and elaborate the issue? |
@devkapilbansal I've been working on this issue and I'm pretty close to a patch 😄 however, I didn't claim this so that's on my part. Would you like to leave this? For your question, yes, the sample app we're using currently has 2 models: |
Okay @purhan you can take this up. But if the organisation field is not optional, then does this issue makes sense? |
Yes, because there may be other modules relying on |
Closes #171 Co-authored-by: Federico Capoano <federico.capoano@gmail.com>
When the organization selection is optional, it means that leaving it empty makes that object available for all the organizations in the system.
Right now, this is not intuitive at all. We could use some admin form magic to replace the empty string with something like:
Shared systemwide (no organization)
.The text was updated successfully, but these errors were encountered: