Edgewall Software
Modify

Ticket #4096 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

spelling error in attachment.py

Reported by: bobbens Owned by: cboos
Priority: normal Milestone: 0.11
Component: general Version: devel
Severity: trivial Keywords:
Cc:
Release Notes:
API 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

Change History

comment:1 Changed 5 years ago by bobbens

  • Component changed from general to wiki

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

comment:2 Changed 5 years ago by cboos

  • Component changed from wiki to general
  • Milestone set to 0.11
  • Owner changed from jonas to cboos
  • Severity changed from normal to trivial

General was ok for attachments ;)

comment:3 Changed 5 years ago by cboos

  • Resolution set to fixed
  • Status changed from new to closed

Thanks for the report!

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from cboos. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.