action_show.rst 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. The Show action
  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 Show action and related configuration options.
  8. Basic configuration
  9. -------------------
  10. To do:
  11. - global (yml) options that affect the show action
  12. - a note about Routes and how disabling them disables the related action
  13. - configuring the Show action from within your Admin class
  14. - a note about lifecycle events triggered by delete?
  15. - options available when adding general fields, inc custom templates
  16. - (Note, if this is very similar to the list documentation it can be combined)
  17. Customising the query used to show the object
  18. ---------------------------------------------
  19. To do:
  20. - how to customize/optimize the show query
  21. .. _`issues on Github`: https://github.com/sonata-project/SonataAdminBundle/issues/1519