apluslms / a-plus

A+ frontend portal - A+ LMS documentation:
https://apluslms.github.io/
Other
64 stars 72 forks source link

Redirect back to form after adding or removing deviations #1334

Closed Mikael-Lenander closed 5 months ago

Mikael-Lenander commented 5 months ago

Description

What?

After adding or removing a deadline or submission deviation through the form, redirects back to the form instead of redirecting to the deviation list page.

Why?

The deviation lists load very slowly, especially in courses with many deviations like Programming 1. This is just a way to avoid visiting the deviation page. This mainly concerns the deadline deviation list but I added the same modifications to submission deviations as well for consistency.

How?

Changes the success urls of views.

Fixes #1122 (partly)

Testing

Remember to add or update unit tests for new features and changes.

What type of test did you run?

Added, overrode and removed deadline and submission deviations through the web interface.

Did you test the changes in

Think of what is affected by these changes and could become broken

Translation

Programming style

Have you updated the README or other relevant documentation?

Is it Done?

Clean up your git commit history before submitting the pull request!