Changes between Version 2 and Version 3 of Ticket #33324


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33324 – Description

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