-
Notifications
You must be signed in to change notification settings - Fork 20
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
Problems with saving new project to RSR #313
Comments
A proposed workaround to this is to grey out the Save button or to give some other form of blocking visual feedback. |
We should also consider using a more responsive and modern Django admin UI like http://djangosuit.com |
I don't think django-suit would help in that respect, it's mostly a bootstrap based skinning of the admin (I think). |
no, within the 1 project a multitude of the same partners were created (for as far as I can see). Have had this issue before btw - exact same thing. |
Is this issue masking the bigger issue that the save is taking a really long time? |
[#313] Added jQuery to grey out submit buttons after click event.
Reviewed |
When a user is adding a project which should throw an error on field validation (such as blank mandatory fields, or surpassing the character limit on text boxes), after clicking "Save" there is no error thrown, the button becomes greyed out and there is no way to progress. Note - the same result occurs when a user tries to add a project full stop (not sure if adding the onClick then grey out has wiped the submit function or something?) |
Still to verify that this prevents undesirable knock-on behaviour with other input UI elements. |
…ubmit-row. This should catch all input buttons regardless of what labels or names they have.
…er just a visual clue that she should not click repeatedly on the save buttons.
Issue with adding new projects now resolved, |
When saving (changes in) a (new) project in RSR it seems to get stuck. I waited for a few minutes, but RSR doesn't seem to respond. Yes, I did hit the save button a few times because didn't know what to do other than closing the page and loose all info that was just added….
When going back into the project it has created many of the same partners (see screenshot)
This is project 1351
The text was updated successfully, but these errors were encountered: