action_delete.rst 795 B

1234567891011121314151617181920212223
  1. Deleting objects
  2. ================
  3. .. note::
  4. This document is a stub representing a new work in progress. If you're reading
  5. this you can help contribute, **no matter what your experience level with Sonata
  6. is**. Check out the `issues on GitHub`_ for more information about how to get involved.
  7. This document will cover the Delete action and any related configuration options.
  8. Basic configuration
  9. -------------------
  10. .. note::
  11. **TODO**:
  12. * global (yml) options that affect the delete action
  13. * a note about Routes and how disabling them disables the related action
  14. * any Admin configuration options that affect delete
  15. * a note about lifecycle events triggered by delete?
  16. .. _`issues on Github`: https://github.com/sonata-project/SonataAdminBundle/issues/1519