Search
Results (12430)
- Defect #36446 (Closed): Watchers autocomplete ... from multiple objects with different projects
- Autocomplete is broken when bulk adding watchers for issues from different projects. How to reproduce: 1. Open /issues. 2. Select two issues from different projects. 3. Press RMB. 4. ... plete_for_user@ actions and authorize a user.
- Defect #36444 (New): Validation error message ... ackers are assigned to a project is confusing
- Assume that you are trying to create an issue via email. If no tracker is associated to the target project, the issue creation will fail and you will see a valida ... ink the error message needs some improvement.
- Patch #36438 (New): Support nulls first/last option for sorting order of custom queries
- A lot of RDBMS has support for placement of n ... ip_20220117-150142.png! And the result of issues sorted by @due date ascending nulls last@: ... cate but it's fine using SQLite3 or Postgres.
- Patch #36429 (Closed): Make issue tabs DOM more consistent
- It is currently difficult to consistently style the tabs in the issue history because the DOMs are different.
- Feature #36422 (Closed): ERPmine Plugin Log Time Issue
- I have Installed ERPmine Plugin in our Redmin ... the log time error screenshot in attachment.
- Defect #36421 (Closed): RusRedmineProjectSett ... by strange information not related to Redmine
- https://www.redmine.org/projects/redmine/wiki ... (or owner of this system should be informed).
- Patch #36416 (Closed): Cleanup more dependent objects on project delete
- On project deletion, there are currently some ... nup previously orphaned rows in the database.
- Feature #36412 (New): Possibility to mark "No ... quired" in "Workflow->Fields permissions" tab
- *Use Case:* I want my users to change Issue statuses freely, but when a user marks Issue as "Done", I want them to write obligatory n ... Notes" field can't be there. Kind regards,
- Defect #36396 (Closed): Custom I18n Pluralization rules are not applied correctly
- Currently "custom pluralization rules":https: ... module not being loaded in the correct class.
- Defect #36389 (Closed): Filter parameters of Query string do not work when default query is enabled
- Normally, clicking trackers or numbers in the issues tracking in the project's overview will display the issues list filtered by these conditions. If the ... default query will be applied to display the issues list.
- Defect #36384 (Closed): Error on roadmap creation after migrating to 4.2.3
- I recently migrated our redmine version from ... ) Chrome/96.0.4664.110 Safari/537.36" </pre>
- Feature #36382 (Closed): Redmine Timesheets Application compatible with Redmine 4.2.3
- Is it possible to upgrade Redmine Timesheets ... n compatible with Redmine version 4.2.3 ?
- Defect #36380 (Closed): Redmine passenger ima ... tingError (No route matches [GET] "/metrics")
- After we bring up the image the application c ... the stack trace keeps printing repetitively.
- Defect #36377 (Closed): Encoding drop-down in ... ding in Korean, Thai, and Shimplified Chinese
- The "Encoding" drop-down is supposed to defau ... y; width: 769px;}.wrong-default-encoding.png!
- Feature #36376 (New): accidentally delete a member in the project member settings
- h3. problem When checking multiple members ... 常に表示される「編集」を右端固定とし、条件によって表示される「削除」を右から2番目にする。
- Feature #36374 (New): Add sign in page caps lock indicator
- For ease if use and as part of best practices ... is helps prevent lockouts!! This is a known issue
- Feature #36370 (New): Add Copy and Archive to the project context menu
- Currently, the context menu for a project has ... r: 1px solid grey;}.add-copy-and-archive.png!
- Defect #36369 (Closed): Wrong Linux Chrome accesskey prefix in docs
- At least for me, the accesskey prefix that wo ... ne/wiki/RedmineKeyboardNavigation#Accesskeys.
- Defect #36368 (New): show in assignable user when he/she is not member of that project
- When moving an issue to another project that author of issue is not member of that, in edit form 'author' ... n fix the error. <pre> Index: app/models/issue.rb <+>UTF-8 ============================== ... =================== diff --git a/app/models/issue.rb b/app/models/issue.rb --- a/app/models/issue.rb (revision ec859e41d689ee3432113c3bd74ba48d060c9a2f) +++ b/app/models/issue.rb (date 1640777418920) @@ -975,7 +975,7 @@ ... users << assignee end </pre>
- Defect #36363 (Closed): Cannot select text in a table with a context menu available
- I often try to copy the issue id or subject in the issues table. When I try to select a range of tex ... Selection() when only one line is selected.
- Defect #36361 (Closed): IssueRelationsControllerTest#test_bulk_create_should_show_errors randomly fails
- The test will be always failed if the followi ... Running: .................F Failure: IssueRelationsControllerTest#test_bulk_create_should_show_errors [test/functional/issue_relations_controller_test.rb:270]: "IssueRelation.count" didn't change by 3. Expected: 5 Actual: 6 rails test test/functional/issue_relations_controller_test.rb:269 ..... ... rtions, 1 failures, 0 errors, 8 skips </pre>
- Defect #36360 (Closed): IssuesSystemTest fails with ArgumentError in Ruby 3.1
- <pre> Error: IssuesSystemTest#test_bulk_edit: ArgumentError: w ... ts (given 2, expected 0..1) test/system/issues_test.rb:401:in `test_bulk_edit' rails test test/system/issues_test.rb:356 </pre> <pre> Error: IssuesSystemTest#test_bulk_copy: ArgumentError: w ... ts (given 2, expected 0..1) test/system/issues_test.rb:465:in `test_bulk_copy' rails test test/system/issues_test.rb:424 </pre> <pre> Error: IssuesSystemTest#test_update_issue_status: ArgumentError: wrong number of arguments (given 2, expected 0..1) test/system/issues_test.rb:228:in `block in <class:IssuesSystemTest>' rails test test/system/issues_test.rb:223 </pre>
- Patch #36352 (Closed): IssuesSystemTest#test_bulk_edit fails due to r21248
- IssuesSystemTest#test_bulk_edit will always fail. ... =test bundle exec rake test TEST=test/system/issues_test.rb Run options: --seed 55711 # Run ... ts/failures_test_bulk_edit.png E Error: IssuesSystemTest#test_bulk_edit: Capybara::Elemen ... V[1]/DIV[4]/DIV[2]/DIV[4]"> test/system/issues_test.rb:369:in `block in test_bulk_edit' test/system/issues_test.rb:368:in `test_bulk_edit' rails test test/system/issues_test.rb:356 ................ Finished ... rtions, 0 failures, 1 errors, 0 skips </pre>
- Defect #36349 (New): Problem with adding peopel to existing tasks
- Hello everyone, we've got a problem with add ... are unable to add anyone to be even reporter.
- Patch #36347 (Closed): Add missing fixture to IssuesHelperTest
- IssuesHelperTest has failed. If you run the comman ... d 57576 # Running: .....F Failure: IssuesHelperTest#test_render_relations_stats [test/helpers/issues_helper_test.rb:435]: "<a href="/issues?issue_id=16%2C17&set_filter=true&status_id=o">1 open</a>" not found in "<span class="issues-stat"><span class="badge badge-issues-count"><a href="/issues?issue_id=16%2C17&set_filter=true&status_id=%2A">2</a></span> (<span class="open"><a href="/issues?issue_id=16%2C17&set_filter=true&status_id ... </span>)</span>" rails test test/helpers/issue...