-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Preview" does not do anything in "New canned response" form #14
Comments
Sorry, looks like this functionality depends on this commit I forgot to submit upstream: commandprompt/redmine@b231b79 Doing that now. Thanks for your continued interest in this plugin! |
Hm, actually this should fix it: 2628b7d I recall having some weird problem with the POST route to preview before, to the point that I've used GET instead. Now that I try with the recent redmine version, it works like it should. |
With your change, preview now indeed works when creating a new canned response. However, it doesn't seem to work when editing an existing one. Weird. |
On Thu, Mar 28, 2013 at 10:27 PM, Max Horn [email protected] wrote:
Started PUT "/canned_responses/preview" for 195.88.15.88 at 2013-03-28 The problem seems to be that in presence of resource id it tries PUT |
So since editing global canned responses has the problem of not showing "add" or "edit" links, I instead am playing with adding project specific canned responses.
Going to
/projects/test/settings/canned_responses
shows a nice "New canned response" link. Following that, I arrive on/projects/test/canned_responses/new
. So I enter some test in the Title and Response Text fields, and press the "preview" link -- and nothing happens. Well, not quite true: a "Loading..." overlay pop up for a fraction of a second, but nothing is shown.So either the "Preview" button should be fixed, or removed. Well, or I again missed something :-).
The text was updated successfully, but these errors were encountered: