Changes between Initial Version and Version 2 of Ticket #33324


Ignore:
Timestamp:
Nov 26, 2021, 12:45:58 PM (2 years ago)
Author:
Michael
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33324

    • Property Summary Missing static file errors are particularly hard to debug (no error email)Missing static file errors with manifest storage are particularly hard to debug (no error email)
  • Ticket #33324 – Description

    initial v2  
    2323    string so one can see in the rendered html there was a problem
    2424    """
    25     pass
    26     def stored_name(self, name):
     25      def stored_name(self, name):
    2726        try:
    2827            return super().stored_name(name)
Back to Top