action_show.rst 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  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. - targeting submodel fields using dot-separated notation
  17. - (Note, if this is very similar to the list documentation it can be combined)
  18. Customising the query used to show the object
  19. ---------------------------------------------
  20. To do:
  21. - how to customize/optimize the show query
  22. .. _`issues on Github`: https://github.com/sonata-project/SonataAdminBundle/issues/1519