Hi,
I have a view '/FAQs' which lists questions/answers and a view '/admin/FAQs/sort' which enables user sorting. I have added a link on 'FAQs' which links to the sort page in case the user wants to change the sort order.
The sort page is a table with draggable views so the user drags into the order they desire. Once they have done that, there is a save button.
Now, after saving, the page just refreshes as expected. From a user point of view this is a bit confusing, a minute ago they were on the actual page that lists the questions, now they are in admin zone. I need a trigger which says:
"when on admin/FAQs/sort, when save is clicked, return to previous page"
OR
"when save is clicked on admin/FAQs/sort, return to /FAQs"
I think this would make it easier for the user.
I'm not 100% on how this works (whether rules checks for the current page, or whether it checks for current page AFTER save is pressed etc...) so any guidance is more than appreciated. Thanks.
Sam.
Comments
Comment #1
tr commentedWell, I don't understand where Rules enters here - are you using Rules for something, or do you want to use Rules for something?