Modify ↓
Opened 13 years ago
Closed 11 years ago
#9071 closed defect (fixed)
can't work with 0.12
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | AwesomeAttachmentsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description (last modified by )
Can it work with Trac 0.12? At create ticket form, no field for attachments.
I checked I has attachments
button, when press create ticket, show error message:
KeyError: attachment[]
how?
Attachments (0)
Change History (9)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:2 follow-up: 4 Changed 12 years ago by
comment:3 Changed 12 years ago by
comment:4 Changed 12 years ago by
Replying to rjollos:
[...] It appears that this plugin may rely on a patched instance of Trac.
Rather, it inherits from TicketModule
and over-rides the private method _do_save
, which will make maintenance difficult, but I'm not sure yet that there is another way to accomplish this.
comment:5 Changed 12 years ago by
comment:6 Changed 12 years ago by
comment:7 Changed 11 years ago by
Owner: | changed from Dan Ordille to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:9 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [12185]) Refs #9071: Attempted to get AwesomeAttachmentsPlugin working, but it still needs more work.
setup.py
was not correct.awesomattachments.py
toawesomeattachments.py
.attachments: max_size
option fromConfig
rather than re-defining the option.It appears that this plugin may rely on a patched instance of Trac. The attachment fieldset and children are now added to the
newticket
form, but attachments are not added to the ticket when it is created.