Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-5218

Livetable hash is not disabled when options.permalinks is false

    XMLWordPrintable

Details

    • Unknown

    Description

      Currently we do:

      this.permalinks = options.permalinks || true;
      

      which is obviously always true !

      The proper condition should be similar to

      this.permalinks = (typeof options.permalinks == "undefined" || options.permalinks)
      

      Attachments

        Activity

          People

            softec Denis Gervalle
            softec Denis Gervalle
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: