Uploaded image for project: 'Forms'
  1. Forms
  2. FORMS-154

Internal tags and storing tags conversion

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • 1.5.0
    • None
    • Back Inline editor
    • None

      Do not perform Internal tags <-> storing tags conversion methods org.ametys.forms._onGetContent, org.ametys.forms._onSetContent, etc... when these methods are called by the character counter.
      Indeed, the characters counter make useless repeated calls to these costly functions.

      To do this, simply insert something like

      if (object.from === 'char-counter') return;

      at the top of those function body.

      The issue is depends on : CMS-4151

            raphael Raphaƫl Franchet
            trizzi Thibaut Rizzi (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: