Project

General

Profile

Actions

Bug #9082

closed

Remove tag does not work

Added by Anton Vasilyev almost 6 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Immediate
Category:
Bridge
Target version:
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.

Actions #1

Updated by Evgeny Novikov almost 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.

Actions #2

Updated by Vladimir Gratinskiy almost 6 years ago

It can be fixed by replacing "$.ajax" with "$.post" in "bridge/marks/static/marks/js/tagsmap.js" line 92.

Actions #3

Updated by Evgeny Novikov almost 6 years ago

  • Status changed from New to Feedback
  • Assignee changed from Evgeny Novikov to Vladimir Gratinskiy

Let's Anton will test this.

Actions #4

Updated by Anton Vasilyev almost 6 years ago

Works with replacing "$.ajax" with "$.post"

Actions #5

Updated by Evgeny Novikov almost 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

Also available in: Atom PDF