Opened 10 years ago
Last modified 10 years ago
#11971 new defect
Backlog order
Reported by: | Owned by: | Andrea Tomasini | |
---|---|---|---|
Priority: | normal | Component: | AgiloForTracPlugin |
Severity: | normal | Keywords: | backlog, order, agilo, drag and drop, saving |
Cc: | Trac Release: | 1.0 |
Description
To change the order of items in the backlog, I can simply drag and drop any item. But it is not saving the new order.
Attachments (0)
Change History (6)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Hi Stefano!
The versions I'm using are:
Ubuntu 14.04 Firefox 32.0 Chrome 37.0 Trac 1.0.1 Agilo 1.3.13
In Javascript console on Firefox, I see:
The method getPreventDefault() should no longer be used. Instead, use defaultPrevented. TypeError: $(...).attr(...) is undefined
In Javascript console on Chrome, I see:
Uncaught TypeError: Cannot read property 'substring' of undefined Uncaught TypeError: Cannot read property 'substring' of undefined backlogView.js:82(anonymous function) backlogView.js:82(anonymous function) jquery.js:2e.extend.map jquery.js:2e.fn.e.map jquery.js:2$.extend.orderOfTickets backlogView.js:81$.extend.positionsDidChange backlogView.js:76(anonymous function) backlogView.js:60jQuery.ui.c.widget._trigger jquery-ui-1.7.2.custom.min.js:10a.widget.a.extend._trigger jquery-ui-1.7.2.custom.min.js:71a.widget.a.extend._clear jquery-ui-1.7.2.custom.min.js:71a.widget.a.extend._mouseStop jquery-ui-1.7.2.custom.min.js:71jQuery.ui.c.ui.mouse._mouseUp jquery-ui-1.7.2.custom.min.js:10_mouseUpDelegate jquery-ui-1.7.2.custom.min.js:10f.event.dispatch jquery.js:3h.handle.i
Thanks for reply!
comment:3 Changed 10 years ago by
Thanks for the information.
How was Agilo for Trac installed exactly? Do you have any other third party plugin installed? If so, please try and disable them and check if this happens again.
comment:4 Changed 10 years ago by
I have installed with easy_install command ... When I disable the other third party plugins installed (AdvancedTicketWorkflow, TracHtmlNotification and TracXMLRPC) the same happens. :(
comment:5 Changed 10 years ago by
It turns out, this is an issue affecting the latest version of Agilo for Trac (0.9.3 / 1.3.13).
You can find a patch here:
https://groups.google.com/forum/#!topic/agilo/CZo9HK_poEM
Sorry for the inconvenience, it will be fixed in our next release.
Do you see any error in the javascript console?
What version of Agilo for Trac are you using?
And what browser?