Loading...
 
Skip to main content

Alias HomePage link already present in 5496:27 page(s) on HomePage

Status
Closed
Subject
Alias HomePage link already present in 5496:27 page(s) on HomePage
Version
19.x
Category
  • Error
  • Regression
Resolution status
Please retest
Submitted by
luci
Volunteered to solve
Victor Emanouilov
Lastmod by
luci, Marc Laporte, Victor Emanouilov
Rating
(0)
Description

On https://nextdev.tiki.org/Development (u: next, p: next) there is weird Error: "Alias HomePage link already present in 5496:27 page(s)"

Any ideas?

Files
  1. 2018 10 04 205347
Solution

19.x: r67869
trunk: r67870

The duplicate alias error check was checking tiki object relations but not filtering the relation itself. Thus, HomePage, for example, was included in a tracker item field and ending up with 2 relations:

  1. alias relation to Development
  2. include relation to the tracker item field


Code incorrectly showed this as alias error. I added a filter to check only for alias types of relations, so we show the error only when 2 pages alias the same and not when a page is included in another page or different entity.

Importance
8
Easy to solve?
7
Priority
56
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
6806
Created
Monday 24 September, 2018 12:39:01 UTC
by luci
LastModif
Saturday 06 July, 2024 10:21:44 UTC


Show PHP error messages