Actions
Bug #9082
closedRemove tag does not work
Start date:
07/10/2018
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
Tag remove opens confirmation dialogue,
But on "Remove" button of confirmation "Are you sure? All children of the selected tag will be also removed!" it shows "Ajax request error. Maybe connection refused." and doesn't perform tag removal.
Updated by Evgeny Novikov over 6 years ago
- Priority changed from Normal to Immediate
- Target version set to 1.1
I think that is caused by moving to Django 2+, so, this is a crucial regression to be fixed ASAP.
Updated by Vladimir Gratinskiy over 6 years ago
It can be fixed by replacing "$.ajax" with "$.post" in "bridge/marks/static/marks/js/tagsmap.js" line 92.
Updated by Evgeny Novikov over 6 years ago
- Status changed from New to Feedback
- Assignee changed from Evgeny Novikov to Vladimir Gratinskiy
Let's Anton will test this.
Updated by Anton Vasilyev over 6 years ago
Works with replacing "$.ajax" with "$.post"
Updated by Evgeny Novikov over 6 years ago
- Status changed from Feedback to Closed
I made the suggested fix in 28d6a638 to master and backported it to v1.0-stable.
Actions