[TYPO3-core] RFC #15400: Bugfix: IRRE - selected items not removed from selector

Martin Borer mbarts at gmx.ch
Sun Oct 17 23:51:08 CEST 2010


Hi Stanislas,

> Is this one issue or two different issues? It seems to me that fixing
> jsfunc.inline.js is sufficient to fix the reported issue. I don't
> understand how the changes to t3lib_TCEforms are related to this issue.


This is the same issue, the name convention for the ID's of the 
selectors changed from data[id][table]... to data-id-table

the generated inline.updateUnique function call, which was return by 
ajax used the old convention or a mix of it... like data-id[table]

Greets
Martin


More information about the TYPO3-team-core mailing list