-
Type:
Incident report
-
Resolution: Cannot Reproduce
-
Priority:
Minor
-
None
-
Affects Version/s: 1.8.13
-
Component/s: Frontend (F)
-
None
-
Environment:Centos 6.2/x86-64
User (well, really boss
) contacted me about problem with map creation, I'll upload screenshots.
Real problem is that map contained link to trigger which doesn't exist.
So this solved problem:
mysql> select * from sysmaps_link_triggers where triggerid=25499;
--------------------------------------------
| linktriggerid | linkid | triggerid | drawtype | color |
--------------------------------------------
| 2053 | 382 | 25499 | 0 | DD0000 |
--------------------------------------------
1 row in set (0.00 sec)
mysql> delete from sysmaps_link_triggers where triggerid=25499;
Query OK, 1 row affected (0.00 sec)
Question is why link was not removed on trigger deletion?