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

fix: keep global delete action related wording intact #13

Open artemv opened 6 years ago

artemv commented 6 years ago

also,

Notice that if you have custom archive action related translations you'll need to rename and move them similar to how this commit does in en.yml.

fixes https://github.com/raihan2006i/active_admin_paranoia/issues/10

raihan2006i commented 4 years ago

@artemv Thanks for the pull request, apologies for replying after long time. I will test and merge this during 🎄 holidays

ndbroadbent commented 1 year ago

@artemv This looks excellent, thanks! I am pulling your change into my fork. I still use ActiveAdmin and paranoia, so this gem is really helpful! It still works great even though it hasn't been updated for a while.