Edgewall Software
Modify

Opened 9 years ago

Closed 9 years ago

#11962 closed enhancement (fixed)

MilestoneOperation hint is incorrect if milestone doesn't exist

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Milestone: 1.0.5
Component: general Version:
Severity: normal Keywords:
Cc: franz.mayer@… Branch:
Release Notes:
  • MilestoneOperation workflow hint is not shown when milestone doesn't exist.
  • Fixed traceback when set_milestone attribute was missing.
API Changes:
Internal Changes:

Description (last modified by Ryan J Ollos)

The following hint could be omitted if the milestone doesn't exist:

Also, some minor changes would likely make the plugin more robust. If the milestone attribute is omitted while specifying the set_milestone operation for the action, a traceback results:

File "/home/user/Workspace/t11944/teo-rjollos.git/trac/web/main.py", line 551, in _dispatch_request
  dispatcher.dispatch(req)
File "/home/user/Workspace/t11944/teo-rjollos.git/trac/web/main.py", line 225, in dispatch
  resp = chosen_handler.process_request(req)
File "/home/user/Workspace/t11944/teo-rjollos.git/trac/ticket/web_ui.py", line 175, in process_request
  return self._process_ticket_request(req)
File "/home/user/Workspace/t11944/teo-rjollos.git/trac/ticket/web_ui.py", line 687, in _process_ticket_request
  get_reporter_id(req, 'author'), field_changes)
File "/home/user/Workspace/t11944/teo-rjollos.git/trac/ticket/web_ui.py", line 1722, in _insert_ticket_data
  self._get_action_controls(req, ticket)
File "/home/user/Workspace/t11944/teo-rjollos.git/trac/ticket/web_ui.py", line 450, in _get_action_controls
  req, ticket, action)
File "/home/user/Workspace/t11944/tracdev/plugins/MilestoneOperation.py", line 71, in render_ticket_action_control
  res_ms = self.__get_resolution_milestone_dict(ticket, action)
File "/home/user/Workspace/t11944/tracdev/plugins/MilestoneOperation.py", line 125, in __get_resolution_milestone_dict
  res_milestone[res] = transition[1]

Attachments (1)

MilestoneOperation.png (32.3 KB ) - added by Ryan J Ollos 9 years ago.

Download all attachments as: .zip

Change History (3)

by Ryan J Ollos, 9 years ago

Attachment: MilestoneOperation.png added

comment:1 by Ryan J Ollos, 9 years ago

Description: modified (diff)
Owner: set to Ryan J Ollos
Status: newassigned

comment:2 by Ryan J Ollos, 9 years ago

Release Notes: modified (diff)
Resolution: fixed
Status: assignedclosed

Committed to 1.0-stable in [13777], merged to trunk in [13778]. In the future I might propose some additional refactoring for MilestoneOperation.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Ryan J Ollos 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.