Plugins Directory » Redmine Issue Notes On Context Menu
Author: | Yasu Saku | |
---|---|---|
Website: | - | |
Code repository: | https://github.com/sk-ys/redmine_issue_notes_on_context_menu | |
Registered on: | 2024-07-13 (5 months ago) | |
Current version: | 0.1.1 | |
Compatible with: | Redmine 5.1.x, 5.0.x | |
User ratings: |
This plugin add a menu item to the existing context menu to display the issue notes dialog.
The dialog has edit
, delete
and add
capabilities.
Screenshots¶
View Mode
¶
Edit Mode
¶
Installation notes
When using git¶
- Clone this repository to your Redmine plugins directory.
cd [YOUR_REDMINE_DIRECTORY]/plugins git clone https://github.com/sk-ys/redmine_issue_notes_on_context_menu.git
- Restart Redmine.
When not using git¶
- Download zip file from the release page or the latest main repository.
- Extract the ZIP file to your Redmine plugins directory. The name of the unzipped directory must be
redmine_issue_notes_on_context_menu
. - Restart Redmine.
Changelog
0.1.1 (2024-07-23)
Compatible with Redmine 5.1.x, 5.0.x.
What's Changed¶
- Hide the dialog buttons while editing the form
- Fix dialog content on note addition
- Fix issue with note failing to re-display after updating
Full text¶
0.1.0 (2023-10-30)
Compatible with Redmine 5.1.x, 5.0.x.