Ticket #183 (assigned defect)

Opened 11 months ago

Last modified 1 month ago

Midgard name uniqueness checks don't check multiple child types

Reported by: bergie Assigned to: piotras (accepted)
Priority: minor Milestone: 8.09 Ragnaroek
Component: Midgard Core Version: 8.09 Ragnaroek
Keywords: Cc:

Description

Midgard has a feature where the "name" field is checked for uniqueness, so for example there can't be two articles named "news_item" under same topic.

However, this check does not check for multiple possible child types, which can lead into problems with get_by_path and MidCOM components.

For example, under same topic can now be article named "news_item" and topic named "news_item", which is obviously wrong.

Change History

11/14/07 21:05:11 changed by bergie

Some clarifications:

This is not only about get_by_path, but also about whether such creates/updates are allowed.

I have folder "news" then under it I have article "story" and topic "story" both this topic and article have path /news/story

05/28/08 09:49:23 changed by piotras

  • status changed from new to assigned.

09/01/08 20:18:40 changed by piotras

  • version set to 8.09 Ragnaroek.
  • milestone changed from Midgard 1.9 to 8.09 Ragnaroek.