Modify ↓
Opened 15 years ago
Closed 13 years ago
#6796 closed defect (wontfix)
[Patch] Date fields do not work when AutoQueryPlugin is enabled
Reported by: | anonymous | Owned by: | Robert Corsaro |
---|---|---|---|
Priority: | normal | Component: | DateFieldPlugin |
Severity: | major | Keywords: | |
Cc: | tomi.peiov@… | Trac Release: | 0.11 |
Description
Attachments (1)
Change History (7)
comment:1 Changed 15 years ago by
Cc: | tomi.peiov@… added; anonymous removed |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Summary: | date fileds do not work when AutoQueryPlugin is enabled → date fields do not work when AutoQueryPlugin is enabled |
---|
Changed 14 years ago by
Attachment: | datefield_with_autoquery_ticket.patch added |
---|
PATCH for using datefield with autoquery
comment:4 Changed 14 years ago by
Autoquery is using a different filename for 'ticket.html', which is currently not recognized
This fixes this (for me)
if filename == 'ticket.html': -> if filename == 'ticket.html' or filename == 'autoquery_ticket.html':
I have also attached a PATCH as svn diff
comment:5 Changed 14 years ago by
Summary: | date fields do not work when AutoQueryPlugin is enabled → [Patch] Date fields do not work when AutoQueryPlugin is enabled |
---|
comment:6 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
The AutoQueryPlugin is going away, so I don't think it is right to modify DateFieldPlugin's source with the patch in comment:4. I added a comment to the wiki page directing users to fetch's path for those using the AutoQueryPlugin.
Note: See
TracTickets for help on using
tickets.
This is the environment I'm using: