View Issue Details

IDProjectCategoryView StatusLast Update
1625RackTablesdefaultpublic2016-05-13 17:04
Reporterjarboebr Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version0.20.11 
Summary1625: Warning: There is likely a circular reference in the location tree. Investigate location 2828.
DescriptionWarning: There is likely a circular reference in the location tree. Investigate location 2828.
Steps To ReproduceNone.
TagsNo tags attached.

Relationships

related to 1123 closedadoom42 Rackspace doesn't display 

Activities

adoom42

adoom42

2016-05-04 01:04

administrator   ~0003165

You probably have a loop in your location tree.

Example:
Location A is the parent of Location B.
Location B is the parent of Location C.
Location C is the parent of Location A.

This query will return your tree: SELECT id, parent_id FROM Location

Once you find the culprit, delete the relationship. (Back up your DB first.)

DELETE FROM EntityLink WHERE parent_entity_type='location' AND parent_entity_id=<parent_id> AND child_entity_type='location' AND child_entity_id=<child_id>;
adoom42

adoom42

2016-05-13 17:04

administrator   ~0003181

Closing due to lack of response.

Issue History

Date Modified Username Field Change
2016-05-03 17:04 jarboebr New Issue
2016-05-03 17:04 jarboebr Status new => assigned
2016-05-03 17:04 jarboebr Assigned To => andriyanov
2016-05-04 01:04 adoom42 Note Added: 0003165
2016-05-04 01:04 adoom42 Assigned To andriyanov =>
2016-05-04 01:04 adoom42 Status assigned => feedback
2016-05-04 01:04 adoom42 Category JavaScript => default
2016-05-04 01:04 adoom42 Relationship added related to 1123
2016-05-13 17:04 adoom42 Note Added: 0003181
2016-05-13 17:04 adoom42 Status feedback => closed
2016-05-13 17:04 adoom42 Resolution open => no change required