samchen2009 / ekanban

a kanban plugin for redmine
102 stars 42 forks source link

Not seeing 'edit KanBan card' (bitnami Redmine 2.3.2) #46

Closed SteveDavis closed 10 years ago

SteveDavis commented 10 years ago

I have installed The bitnami Redmine 2.3.2 install into a Windows environment and added in your plugin.

The plugin has been configured and I can see the KanBan tab and issues on it.

However, when I look at the demo site, if I try to drag an issue from one phase to another, I see an 'Edit kanban card' window which shows various details of the item (presumably so that comments can be added and the item re-assigned).

But when I do the same on our installation, the item simply drags and drops, with no message. I don't see the window stating (as on the demo site) "Are you sure? Click 'OK' will update the moving to server" (which is pretty horrible English grammer by the way).

Is the demo site showing work in progress which has not yet been released? Or is this indicative of another issue caused by the Bitnami installation I wonder? I'm not seeing any indication of problems in the production log file.

Bitnami Install Package 2.3.2-1:

Running on Windows Server 2008 R2.

Any help very much appreciated!

prmartinuk commented 10 years ago

Have you got Redmine running in a subfolder (e.g. http://www.example.com/Redmine )?

Due to issue #41, I had exactly the issue you describe because I had Redmine in a subfolder. You can workaround it by using the webserver's URL rewriting (mapping /kanban_apis to /redmine/kanban_apis).

SteveDavis commented 10 years ago

Great, Thanks - I didn't previously realise that issue was describing what I was seeing (#41 describes the technical issue, but not the symptoms you see as a result). Have made the same change and it is now working as expected. Thanks for your very quick response on this - Much Appreciated!

banterCZ commented 10 years ago

I have fixed it with url rewrite, so I am able to double click to edit. But I see loading bar all the time. More over drag and drop seemingly works but the confirm does not appear.

Using bitnami redmine-2.3.3-0, ubuntu 64bit

SteveDavis commented 8 years ago

@banterCZ - Interesting - I experienced this too - and after a lot of trial and error I worked out that one of the other plugins (ElasticSearch) was causing the issue - as soon as I install it, I see what you describe. Remove it and it all works again. As for why exactly.... No idea at this stage. But I thought people might like to know. We're running a windows environment btw.