-
Notifications
You must be signed in to change notification settings - Fork 0
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
Can't save Person when modifying even if all mandatory fields filled (including image) #1354
Comments
Is the error that image is now mandatory? I guess it's not just that, since there's an image, but the error message stipulates that the error is about "image". It is as if it complains about a missing image, while there is one. |
This stops Cypress tests from working, in the Modify Person section, when doing @general tests (OK with tags: ['@Important', '@Essential'] Checking Modify existing`, { tags: ['@general'] |
cc @AbhishekPAnil This is dependent on #1319 |
The same happens in Organizations... A fully filled Org cannot be modified. |
@kmdvs do you want to test this one? Please assign back to me after. :) |
@troughc Yes, it works for me :) |
@kmdvs thank you. :) I am testing too. Tested: PASSED |
On Staging, trying to save a Person fails even when an image is given, when modifying
Create New functions... And saves... It is the modification that fails...
Repro steps:
The text was updated successfully, but these errors were encountered: