Changes between Initial Version and Version 2 of Ticket #33324
- Timestamp:
- Nov 26, 2021, 12:45:58 PM (3 years ago)
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 23 23 string so one can see in the rendered html there was a problem 24 24 """ 25 pass 26 def stored_name(self, name): 25 def stored_name(self, name): 27 26 try: 28 27 return super().stored_name(name)