-
Notifications
You must be signed in to change notification settings - Fork 46
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
Creating organisation with same name not handled #1289
Comments
@AchalaBelokar please try with another org name. There is already an org with the name 'testbun' |
since it should 've shown a readable error message ll schedule it in a different release |
Tried with CustomToolbar and {handleSubmitWithRedirect,handleSubmit,save} still not working. Seems like older version not support this. |
@vedfordev please share the commit(s) for this issue. Couldn't locate them |
@dinesh2096 by mistake moved to review. it is in progress. |
@vedfordev please find my comment above |
…name suffix and schema
@dinesh2096 added constraint and notification. |
…name suffix and schema (cherry picked from commit 1901bdf)
(cherry picked from commit 700b309)
@mahalakshme server migration causing issue due to there are many org with usernamesuffix blank and duplicates. SELECT username_suffix,count(id)
FROM public.organisation
group by username_suffix
having count(id) > 1
;
-- 24 with null
SELECT schema_name,count(id)
FROM public.organisation
group by schema_name
having count(id) > 1
;
select *
from organisation
where username_suffix is null
;
|
@vedfordev I will move this back to 'In Analysis'. Will get back on this. |
…for username suffix and schema" This reverts commit 1901bdf.
@vedfordev we need not add unique constraint for username suffix |
@dinesh2096 please check this and UI Changes are on branch 10.2 @mahalakshme I reverted the migration change in master Link |
Need:
So far 3 times, this issue has been raised by different people. To make our work process smooth.
Describe the bug
Not able to create organisation through super admin on staging
Login with admin and try to create a organisation
it is showing communication error
To Reproduce
Steps to reproduce the behavior:
Screen.Recording.2024-07-23.at.2.36.50.PM.mov
Expected behaviour
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
Developer Checklist(Developer fixing the bug should fill this checklist)
The text was updated successfully, but these errors were encountered: