Page MenuHomePhabricator

Conflict of Links or Sub-Catagiroes in different Sections/Groups/Catagories
Closed, InvalidPublic

Description

Author: souravamant

Description:
I am using wiki, and i have faced lots of problem, and among many there is one
major one which i think needs lots of attention.

Say I have got 2 groups or sections or Catagories, Documents and Reports.

The problem is like -- I created one link or sub-catagory under Documents.
Under the Documents I have created one more sub-catagory as Papers.

Now When I go to Reports Section, and there if I create one sub-catagory as Papers,
then its showing the data of the Documents section.
as the sub-catagories name are same, though they are in 2 different sections or
groups.

I think its a major problem.


Version: unspecified
Severity: critical
OS: Windows 2000
Platform: PC

Details

Reference
bz1579
TitleReferenceAuthorSource BranchDest Branch
Only run the initial IP insert statement synchronouslyrepos/mediawiki/services/ipoid!235stranmain-I82c84effa555fd462eafeb224a8d937dd86f87bemain
Customize query in GitLab

Revisions and Commits

Event Timeline

bzimport raised the priority of this task from to Unbreak Now!.Nov 21 2014, 8:13 PM
bzimport set Reference to bz1579.
bzimport added a subscriber: Unknown Object (MLST).

Each individual category must have a unique name. There
is only one category [[Category:Papers]], which may itself
be rooted in zero or more parent categories.

If you want to create a strict hierarchical arrangement and
use the same name on each "level", you could reflect this
explicitly in the naming, for instance:

--[[Category:Documents]]
\-- [[Category:Documents/Papers]]

\--[[Category:Reports]]

\-- [[Category:Reports/Papers]]
epriestley changed the task status from Invalid to Resolved by committing Unknown Object (Diffusion Commit).Mar 4 2015, 8:22 AM
epriestley added a commit: Unknown Object (Diffusion Commit).
Aklapper changed the task status from Resolved to Invalid.Mar 4 2015, 11:43 AM
Aklapper claimed this task.