zorab47 / active_admin-sortable_tree

Show ActiveAdmin index as a nested tree with drag'n'drop
MIT License
162 stars 127 forks source link

Honor authorization on default actions #43

Closed chaupt closed 9 years ago

chaupt commented 9 years ago

This patch ensures that the default actions use the configured authorization adapter in a manner identical to activeadmin's approach (as of this PR).

zorab47 commented 9 years ago

Nice. I pulled that into my fork here.

nebirhos commented 9 years ago

hi @zorab47, finally my company decided to not work anymore on this project, are you still interested in maintaining this gem? If so I'll transfer the repo ownership, let me know!

zorab47 commented 9 years ago

@nebirhos, yeah I'm happy to continue maintaining the gem.

Transfering ownership doesn't break exisintg references to your repo mentioned in Gemfiles via URL does it?

nebirhos commented 9 years ago

@zorab47 :bow: ! No it doesn't break anything, as you can see this repo is already under unmantained-activeadmin-plugins. GitHub magic :octocat:

I sent you an email, thanks again!

zorab47 commented 9 years ago

@chaupt, already merged it in a different branch. Thanks for the PR!!