Ticket #71 (closed task: fixed)

Opened 2 years ago

Last modified 2 years ago

Organise > Edit page > Content linking is broken

Reported by: demian Assigned to: pentarim
Priority: major Milestone: Routes improvements
Component: component1 Keywords:
Cc:

Change History

11/17/09 08:20:04 changed by pentarim

  • status changed from new to assigned.

11/17/09 08:25:35 changed by pentarim

Its caused by mainly jquery.suggest.js which accepts params by id & then uses their .attr('name') & .val() for ajax call what is not suitable in most situations (SimplecmsAjaxProvider?->matchContentsByPattern should accept params like contentTypeId & langId)

Solution is to change to some more serious autocomplete plugin in the future like:

http://docs.jquery.com/Plugins/Autocomplete

11/17/09 08:26:52 changed by pentarim

  • status changed from assigned to closed.
  • resolution set to fixed.