Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#4096 closed defect (fixed)

spelling error in attachment.py

Reported by: bobbens Owned by: Christian Boos
Priority: normal Milestone: 0.11
Component: general Version: devel
Severity: trivial Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Hello,

Offending code can be found at line 429 of attachment.py at the latest svn trunk:

429 	        req.perm.reqiure(perm_map[attachment.parent_type])

should be

429 	        req.perm.require(perm_map[attachment.parent_type])

Without it you can't attach files to wikipages

Thanks,

Attachments (0)

Change History (3)

comment:1 by bobbens, 17 years ago

Component: generalwiki

i always fill these things out too fast, should be component wiki

comment:2 by Christian Boos, 17 years ago

Component: wikigeneral
Milestone: 0.11
Owner: changed from Jonas Borgström to Christian Boos
Severity: normaltrivial

General was ok for attachments ;)

comment:3 by Christian Boos, 17 years ago

Resolution: fixed
Status: newclosed

Thanks for the report!

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.