raihan2006i / active_admin_paranoia

This gem extends ActiveAdmin so that batch restore and batch archive actions will be available in resource index page. Also 'All' and 'Archived' scope will be available for resource index page. 'All' scope will show non archived resources and 'Archived' scope will show deleted or archived resources.
MIT License
29 stars 30 forks source link

Removes restore action item #14

Closed scottyplunkett closed 1 year ago

scottyplunkett commented 6 years ago

Restore action item was causing restore button to be shown in the show view of unarchived items.

ndbroadbent commented 2 years ago

In case anyone else find this, #13 has a slightly better fix:

scottyplunkett commented 1 year ago

@ndbroadbent slightly better?! More like slightly more!

13 = +42 −26

14 = +0 -4

(note: I'm JK & not actually offended)

Actually thanks for reminding me this existed! I actually wrote a blog about this at the time!