Edgewall Software

Changes between Initial Version and Version 8 of Ticket #11418


Ignore:
Timestamp:
Nov 3, 2014, 6:28:24 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Committed to 1.0-stable in [13215:13216], merged to trunk in [13217:13219].

In log:rjollos.git:t11418 I tried adding some unit testing, but they seemed rather klunky and contrived. Testing with functional tests continues to prove challenging because of the shared state of the environment between tests. The ideal fix could be a new functional test framework that makes the tests easier to write and allows tests to be written so that they don't share state (though the latter could possibly be done independent of the former).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11418

    • Property Status newassigned
    • Property Summary set_owner_to_self should use author from form or prefsset_owner_to_self should use author field of form
    • Property Owner set to Ryan J Ollos
    • Property Milestone1.0.3
    • Property Keywords workflow added
  • Ticket #11418 – Release Notes

    initial v8  
     1The user email and name of an unauthenticated session are used to populate the new ticket owner field in the `set_owner`, `set_owner_to_self` and `may_set_owner` workflow operation.