Edgewall Software

Changes between Initial Version and Version 1 of Ticket #13040, comment 13


Ignore:
Timestamp:
Jul 17, 2019, 9:25:54 AM (5 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13040, comment 13

    initial v1  
    1 I noticed another issue. `c.cnum` is an integer, leading to an exception:
    2 {{{
    3 Uncaught Error: Syntax error, unrecognized expression: unsupported pseudo: 01
    4     at Function.fa.error (jquery.js:2)
    5     at PSEUDO (jquery.js:2)
    6     at wa (jquery.js:2)
    7     at fa.compile (jquery.js:2)
    8     at fa.select (jquery.js:2)
    9     at Function.fa [as find] (jquery.js:2)
    10     at n.fn.init.find (jquery.js:2)
    11     at new n.fn.init (jquery.js:2)
    12     at n (jquery.js:2)
    13     at addCloneFromComments (ticketclone.js:38)
    14 }}}
    15 
    16 Should we convert it to a string in `ticketclone.coffee`, or should the JSON encoder be converting it to a string?
     1Sorry I forgot to commit these changes. Will commit and create 1.3.5.