davelester / WPBadger

A lightweight badge issuing platform built using WordPress
Other
43 stars 13 forks source link

redirect after bulk awarding of badges does not work #11

Closed davelester closed 12 years ago

davelester commented 12 years ago

wp_redirect does not redirect to the main list of awards, edit.php?post_type=award. Looking at the docs, a bug fix may be as easy as providing the absolute uri.

davelester commented 12 years ago

May be related http://www.lessthanweb.com/blog/wordpress-and-wp_redirect-function-problem

davelester commented 12 years ago

Looking closer, a redirect after saving is inconsistent with the WordPress administrative UI so I'm going to replace this with a notification status that appears upon successful saving.