Search
Results (18264)
- Plugins: RE: can't upgrade redmine_agile plugin. relation "agile_ranks_pkey" does not exist
- fixed, but now on project issues page: <pre> NoMethodError (undefined meth ... dels/query.rb:906:in `statement' app/models/issue_query.rb:254:in `base_scope' app/models/issue_query.rb:259:in `issue_count' app/controllers/issues_controller.rb:49:in `block (2 levels) in index' app/controllers/issues_controller.rb:47:in `index' lib/redmine/su ... no error when i remove redmine_agile plugin
- Help: RE: Main issue page and subprojects with duplicate names
- The top level *activity page* has the same issue. For example, it will show the subproject " ... an do this without going in and hacking code?
- Hi folks, I have two projects, each with sub ... have similar names. When I go to top level issue page (projects > issues tab), I see the subproject name in the proj ... Project B - Electrical - Software </pre>
- Hi all, I do not know whether I'm submitting ... e a new project "funding source", where each issue would be a new funding source. And the custo ... s? Thanks a lot for your help! Max
- I am upgrading redmine-3.3 to redmine-4.0.3 ... =========== -- index_exists?(:agile_ranks, :issue_id, {:name=>"index_agile_ranks_on_issue_id"}) -> 0.0033s -- index_exists?(:agil ... ] def up remove_index :agile_ranks, :issue_id if index_exists? :agile_ranks, :issue_id remove_index :agile_ranks, :position ... , :agile_data add_index :agile_data, :issue_id add_index :agile_data, :position end </pre> Can someone help how to solve ?
- Hi I want modify the person in charge of the issue in edit form. This <p style="display:none ... .ibb.co/vxp2gNk/edit.png[/img]! Thank you!
- Help: RE: Sorting issues does not work anymore
- Ivan Cenov wrote: > Maybe some plugin breaks ... ter the update, the sorting is working again.
- Open discussion: RE: Keep issue status when processing commit messages
- Hi guys, it's me again ;) Just in case, an ... anges in app/models/changeset.rb, method fix_issue: <pre><code class="ruby"> if rule issue.assign_attributes rule.slice(*Issue.attribute_names) end </code></pre> The ... is a feasible way for us. Cheers, Stefan
- Help: RE: Sorting issues does not work anymore
- I'll try it later when nobody else is accessi ... nstallation (otherwise people will complain).
- Help: RE: Sorting issues does not work anymore
- Maybe some plugin breaks this functionality. Try to exclude the plugins one-by-one...
- I recently made an update of my redmine insta ... hing went OK, but I noticed that sorting the issues list on any project does not work. If I got to any project and the click on the _Issues_ tab and then click on any column (like _St ... ://<my-company-domain>/projects/test-project/issues?sort=status%2Cid%3Adesc but the result is n ... <pre> Started GET "/projects/test-project/issues?sort=status%3Adesc%2Cid%3Adesc" for xxxxxxxx at 2019-05-29 00:08:58 +0200 Processing by IssuesController#index as HTML Parameters: {"so ... es/_query_form.html.erb (10.9ms) Rendered issues/_list.html.erb (163.2ms) Rendered plugins/redmineup_tags/app/views/issues/_tags_sidebar.html.erb (0.3ms) Rendered ... global_sidebar.html.slim (0.2ms) Rendered issues/_sidebar.html.erb (5.1ms) Rendered issues/index.html.erb within layouts/base (184.9ms ... rm_user_mentions 1.0.1 wiki_...
- Help: RE: How to get project custom field in issue filters.
- Under issue you have on the right side "Add filter". Here you can choose the field.
- Hello, I post the 5 following questions . ... re anyone who can help me with the following issues ? https://www.redmine.org/boards/4/topi ... ine.org/boards/4/topics/56979 Best regards
- Open discussion: RE: Keep issue status when processing commit messages
- Too bad - I was expecting more people to have ... s are always welcome! Best wishes, Stefan
- I have created one custom field under the project section, how to get it under issue filter for available columns. I tried with ... gins or alternate method to make it possible.
- We are running an instance of Redmine on RHEL, and we have a strange issue with attachments Attachments are accessib ... ot of the webserver will temporarily fix the issue before breaking again, but this isnt practic ... Redmine 3.4.6 Rube 2.5.0 -p0 Rails 4.2.10
- I need to dynamically adjust assignee of the issue when changing project of the issue. I was able to do this at a test installatio ... default assignee. Redmine version is 4.0.3.
- Help: RE: Text editors not diplayed - JSToolbar not loading?
- Marius BALTEANU wrote: > Do you have any JS ... pre> Started GET "/projects/ufficio-tecnico/issues/new" for 192.168.3.21 at 2019-05-22 17:16:16 +0200 Processing by IssuesController#new as HTML Parameters: {"proj ... "} Current user: user (id=3) Rendering issues/new.html.erb within layouts/base Rendered issues/_form_custom_fields.html.erb (3.0ms) Rendered issues/_attributes.html.erb (12.4ms) Rendered issues/_form.html.erb (22.9ms) Rendered attachments/_form.html.erb (1.3ms) Rendered issues/_watchers_form.html.erb (3.6ms) Rendered issues/new.html.erb within layouts/base (29.3ms) ... anything it might be helpful... thank you
- Plugins: RE: I want find checklist plugin support issue filter, who can help me? tks.
- We will add this feature in future versions. Thank you for the idea!
- Hi I'm sorry to ask , but i searched with n ... ions about a question. In a website i add issues in redmine after some forms are submited. V ... e my answer is clear enough ? Thanks eric
- Hello, I'm quiet a noob and not really exp ... o 4.0.3 all the icons of the text editors in Issues and Wikis are missing. I've tryied install ... on. Can you give me some hint? Thank you!
- Open discussion: RE: how to add Estimated time in my task
- new a project in Readme & choose moduel including ` Issue tracking/Time tracking/Repository/Forums/Calendar/Gantt/Charts/Agile` when I enter the issue, I cannot edit the `Estimated time` I upload the capture in attachment.
- We use Redmine for internal Project managemen ... te redmine project to handle media intake as issues then finding a way to map issue from Project Management to issues from Media Tracking. THe question: Out of the box, Redmine picks up with issue numbering across projects. This is not ideal ... of which are cosmetic. Is there a way for my issues in a new project (media tracking) to start at 1 while the issues in Project Management continue to increment ... ery new redmine with the redmine up plugins.
- Hi, When I want to create a new issue into a subproject, I only have a limited num ... . However, I have created multiple Trackers, Issue Statuses, Enumerations... Here is some ad ... ciated, I'm really confused. Best regards,
- Help: RE: Creating issues in subprojects is not possible
- Yes, that's the cause, thank you very much!