Ticket #261 (closed defect: wontfix)

Opened 5 months ago

Last modified 1 month ago

ML: LangX queries fail with parameter constraints

Reported by: rambo Assigned to: piotras
Priority: major Milestone: 8.09.2 Ragnaroek
Component: MidCOM core Version: 1.8 Thor
Keywords: MultiLang parameters Cc:

Description

To reproduce:

  1. make sure you have Midgard 1.8.8 and n.n.calendar 2.1.8
  2. create n.n.calendar topic and some events with some categories set
  3. create another n.n.calendar topic, in config set symlink to previous topic and language to other than default
  4. see events in the normal list
  5. compare event lists with ?net_nemein_calendar_category=Mycategory GET parameter
  6. add mgd_debug_start to handler/list.php line 553
  7. compare SQL queries between the langX and lang0 version.

Change History

07/09/08 15:27:34 changed by rambo

(In [16836]) workaround for ML bug, refs #261

09/30/08 14:50:51 changed by bergie

  • milestone set to 1.8 Thor.

10/07/08 16:14:08 changed by bergie

  • milestone changed from 1.8 Thor to 8.09 Ragnaroek.

Reassigning to Ragnaroek as that is now the stable branch.

10/13/08 10:29:07 changed by bergie

  • milestone changed from 8.09 Ragnaroek to 8.09.2 Ragnaroek.

11/03/08 14:52:51 changed by piotras

  • status changed from new to closed.
  • resolution set to wontfix.

This bug is not ML related. It's caused by lack of joins. At least I understand that much looking at workaround code.