FOSSEE / workshop_booking

Workshop booking interface in Django.
GNU General Public License v3.0
2 stars 11 forks source link

Remove clientside JS popup after accepting workshop #97

Open ankitjavalkar opened 5 years ago

ankitjavalkar commented 5 years ago

The client side Javascript displays an alert (in the browsers native GUI modal) stating: Refreshing Page please wait, if you don't see your changes, please refresh this page again.

CruiseDevice commented 4 years ago

I am adding more to the issue. The functionality uses ajax, which is not required. It needs to be replaced entirely with standard Django view POST request.

pnshiralkar commented 4 years ago

Should this be done for change date and delete workshop also?

CruiseDevice commented 4 years ago

Yes. The popup is one part, but the entire functionality is ajax. We need to change that ajax functionality to normal Django view POST request.