Modify ↓
Opened 13 years ago
Closed 12 years ago
#9856 closed enhancement (fixed)
[patch] Disable Indicator
Reported by: | Benjamin Lau | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Component: | TracDragDropPlugin |
Severity: | normal | Keywords: | patch |
Cc: | Trac Release: | 0.12 |
Description
I wanted to be able to enable and disable the indicator... so I wrote a small patch to do it. The implementation is kind of naive since I don't know how to pass a configuration parameter from trac to the javascript that creates the indicator. If anybody has a use for it a patch is attached to this ticket.
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | configurable-dragdrop-indicator.patch added |
---|
comment:1 Changed 13 years ago by
Forgot to mention... configuration is controlled by an entry in the trac.ini. This disables the indicator. By default it is shown.
[tracdragdrop] show_indicator = False
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for your suggestion and patch.
In the latest version, the indicator has been removed.
Note: See
TracTickets for help on using
tickets.
Configurable Indicator