Skip to content


Open Redmine error if could not save attachment
retired / jredmine #131 · created by Tony Chemit
The rails code is not good: replace line 394
render_status 505, "Could not save the file " + a
by
render_status 505, "Could not save the file " + attachment.to_s
*(from redmine issue 3644 cre...
updated
Closed Do not generate redundant interface declaration in EntityImpl
nuiton / topia #80 · created by Tony Chemit
*(from redmine issue 505 created on 2010-04-13, closed on 2010-04-13)*
updated