-
Notifications
You must be signed in to change notification settings - Fork 44
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
ERP: Modifications in registration form #3127
Conversation
🚀 Deployed on https://deploy-preview-3127--glific-frontend.netlify.app |
Glific Run #5390
Run Properties:
|
Project |
Glific
|
Branch Review |
enhancement/erp
|
Run status |
Passed #5390
|
Run duration | 24m 36s |
Commit |
2b416f2d2a ℹ️: Merge 432e047feb400027ebf234c8bff3d63b91d028b1 into 5974bf1510b7f8e33a4f29603f4e...
|
Committer | Akansha Sakhre |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
169
|
View all changes introduced in this branch ↗︎ |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3127 +/- ##
==========================================
- Coverage 81.72% 81.51% -0.21%
==========================================
Files 328 329 +1
Lines 10484 10545 +61
Branches 2222 2234 +12
==========================================
+ Hits 8568 8596 +28
- Misses 1303 1334 +31
- Partials 613 615 +2 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
We need better error handling. If someone tries to register and org does not exist the form fails silently. We should at least show some helpful message.
-
Can you also fix failing unit tests?
-
I am also trying to register a new org:
Example NGO
and the backend is failing with an error. Note thatExample NGO
has been added to Frappe.
Let's discuss.
Can you update the message to: "Example organization not found". Please contact the Glific support team. |
sure, @AmishaBisht will be doing that from the BE |
done @akanshaaa19 @kurund |
Looks like it's not done, we still have |
@kurund the error message I'm receiving is directly from ERP, and I'm passing it along as-is. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Please note the dependency on glific/glific#3893
target issue is #3105