Search
Results (18290)
- Can't reply to either of my previous posts as ... .org/boards/2/topics/50340 Adressing this issue in this post, too since I don't now how one ... Alright so I tried this command and had some issues at first. Deleted the old Gemfile.lock and ... e to bundle since it obviously can't find it.
- Hi! I've updated Redmine from 2.6.1 to 3.2 ... tatusId (20141029181752) Migrating to RemoveIssueStatusesIsDefault (20141029181824) Migrating ... ex (20150113213955) Migrating to ReplaceMoveIssuesPermission (20150208105930) Migrating to Ch ... 47) Migrating to ClearEstimatedHoursOnParentIssues (20150525103953) Migrating to AddRolesTime ... 49) Migrating to InsertAllowedStatusesForNewIssues (20150725112753) Migrating to CreateImport ... ngValue (20151020182731) Migrating to ChangeIssueCategoriesNameLimitTo60 (20151021184614) Mig ... 537.36" Can anybody help me? Thanks
- Plugins: RE: [HELP] How to save data using Redmine issue model
- Martin Denizet (redmine.org team member) wrot ... > Try to modify such as: > > @ntc_str = issue.errors.messages@ > > It should give you t ... oing on. > > You can also try to replace @issue.save@ by @issue.save!@ for exceptions not to be caught (Chec ... rred: Started GET "/projects/test-project/issues/gantt" for 172.26.142.125 at 2016-06-16 12: ... ueries/_filters.html.erb (8.5ms) Rendered issues/_sidebar.html.erb (8.1ms) Rendered gantt ... udo_mode' Could you tell me what it means?
- Plugins: RE: [HELP] How to save data using Redmine issue model
- Thanks for your reply I broke the database ... appeared! Although I still don't know why.
- Plugins: RE: [ask] how to save/get data from view hook's input form ?
- Martin Denizet (redmine.org team member) wrot ... i'll search for other alternatives for that issue
- Plugins: RE: [HELP] How to save data using Redmine issue model
- Hello, Try to modify such as: @ntc_str = issue.errors.messages@ It should give you the l ... is going on. You can also try to replace @issue.save@ by @issue.save!@ for exceptions not to be caught (Check logs). Cheers,
- Plugins: RE: [ask] how to save/get data from view hook's input form ?
- Martin Denizet (redmine.org team member) wrote: > The name attribute of your html input field is @issue[reward_points]@, right? > Do you have the c ... i add a condition so any users except the issue author can't change the field value !code ... nd badges feature. im thinking to modify he issue status dropdown list, so it will have same rule like the reward point field (any users except the issue author can't change issue status to closed). do you think its possible? im thinking to hide the closes option from issue status drop-down list if current user isn't the issue author why i wanted to hide that closed option because after the issue status changed to closed, my plugin will giv ... t a hook after save). if any user can change issue status to closed multiple times, especially ... ward points multiple times for the same task/...
- Plugins: RE: [ask] how to save/get data from view hook's input form ?
- The name attribute of your html input field is @issue[reward_points]@, right? Do you have the complete code available somewhere?
- Hi all, I need to modify the issue's start_date and due_date some how, But I ... , <pre><code class="ruby"> def date issue = Issue.find(params[:id]) issue.start_date = params[:start_date] issue.due_date = params[:due_date] ntc_str = "Fail to save!" + params[:id] if issue.save ntc_str = 'Issue saved!' end flash[:notice] = ntc_s ... me why it always fails and how can I use the issue model? I have be crazy now.
- Plugins: RE: [ask] how to save/get data from view hook's input form ?
- Martin Denizet (redmine.org team member) wrot ... f that would not work, I'd try to patch the @Issue@ class. > Let me know if that works please. ... nd i got 500 error message when i submit new issue.- *solved* could you tell me what steps i m ... ter_save callback code for safe attribute ?
- Plugins: RE: [ask] how to save/get data from view hook's input form ?
- I didn't test but that's what I would try: ... e' Rails.configuration.to_prepare do Issue.safe_attributes 'reward_points' end Re ... f that would not work, I'd try to patch the @Issue@ class. Let me know if that works please.
- Plugins: RE: Redmine boards/wiki/issues watchers management plugin
- I am using redmine 3.2.3.stable.15500. Whic ... 3.? Please check & help me, Thanks a lot,
- Hi, I have an issue, which was recommended to be answered in for ... project, is added as a watcher to a certain issue by another user (lets call this Paul). Paul is a creator of the issue. John and Paul are members of the project wi ... ohn gets no notification, when status of the issue changes. John has no access to that issue, even if having direct URL (leads to 403 err ... agree with (The proposed watchers on the new issue form should be able to at least view issues. Otherwise it would not make sense to add t ... ere, but the watcher may not see the watched issue :-( > Patch #14318 could be the right solut ... when his role gives no permission to a given issue. Thanks for helping. Milan
- Plugins: RE: [ask] how to save/get data from view hook's input form ?
- Martin Denizet (redmine.org team member) wrot ... itory/revisions/15492/entry/trunk/app/models/issue.rb#L430. > Given that you added the field _reward_points_ to the _issues_ table, I suggest you simply add _reward_po ... * > > You can use @params@ in _controller_issues_new_before_save_ and _controller_issues_edit_before_save_ > See the "list of hooks ... ind? i have add the reward point field to issues table. i have look at your example (issue.rb line 430), do you mean i add reward_points to safe_attributes in issue.rb by executing the code *Issue.safe_attributes 'reward_points'* method call? where i should place that call/code?
- Dear support team Please help me about plugin which support statistics about issues open/closed assign to user, same to redmine ... Database adapter PostgreSQL
- I am trying to create a custom field for an issue, but when I go to the custom fields page and select issue (or any other option) and hit next nothing h ... etting up redmine or something else is wrong.
- Plugins: RE: [ask] how to save/get data from view hook's input form ?
- Hello, *Assuming you are trying to save th ... itory/revisions/15492/entry/trunk/app/models/issue.rb#L430. Given that you added the field _reward_points_ to the _issues_ table, I suggest you simply add _reward_po ... be able to do: <pre><code class="ruby"> Issue.safe_attributes 'reward_points' </code></pr ... ler:* You can use @params@ in _controller_issues_new_before_save_ and _controller_issues_edit_before_save_ See the "list of hooks":/projects/redmine/wiki/Hooks_List Cheers,
- i want to create a redmine plugin with add some input form on issue form page. i have created a view hook on bottom issue form like the picture bellow what i want ... ? thanks. really appeciate for your help
- Help: RE: launch bitnami redmine on firefox ubuntu
- Hello, That would be the symptom of your w ... com/c/redmine may be much more familiar with issues related to Bitnami installs. If you're loo ... stack/redmine/virtual-machine . Cheers,
- Help: RE: Internal error on Setting Page and user profil
- So I installed redmine 3.2.3 on ubuntu 14.04 ... ating the symbolic link fixed the *settings* issue for me! <pre> user@ubuntu:/var/www/html/ ... s/ </pre> trust this will assist someone
- Help: RE: Initial Configuration Fails with NameError
- Faced same issue: CentOS 7 redmine-2.6.10 upgrade to 3.2.3 ... nokogiri bundle install ruby rails server
- Help: RE: Unable to login on demo url
- same here, if You ask. Browser-related issue? Adblock? JS?
- Hello, Does redmine has a plugin which would allow me to do this functionality: I create issue and redmine automatically create defined subtasks to my issue? Thank you
- Open discussion: RE: Restrict a role to certain Trackers
- Yes: "3.3.0 will support tracker based permissions for issue tracking. You will be able to limit the trac ... e is allowed to view, create, edit or delete issues." #285
- Help: RE: Confirmation dialog (YES|NO)message for Submit Button on form issues (edit)
- Hello, If I were you, i would: 1. Install ... //www.w3schools.com/jsref/met_win_confirm.asp