`afterAdminSave`

I’m trying to create a content management plugin which would create a git commit after a grav admin save. Unfortunately, onAdminSave is fired before the actual save, which is not what I want.

I was thinking about adding a new event afterAdminSave which would be fired just after a succesful save(). If you think I could do something better, please point me in the right direction.

Thanks!

Seems like a simple thing to add. Create an issue so Flavio will see it quicker.

Actually we have plans to add this as well as some other admin events to make creating 3rd party plugins easier. Wouldn’t hurt to create an issue though.

thanks, created an issue.