Changes between Initial Version and Version 1 of Ticket #1354


Ignore:
Timestamp:
09/25/11 17:06:14 (3 years ago)
Author:
amercader
Comment:

There is no way to maintain backwards compatibility, so let's forget about it for now

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1354

    • Property Status changed from new to closed
    • Property Resolution changed from to wontfix
  • Ticket #1354 – Description

    initial v1  
    11Plugins implementing some IPackageController or IGroupController operations (i.e. read, create, edit, delete) may need the context used in the logic action. For instance, to access the Session that created a package to perform additional queries from the extension (In that case the main logic action will still perform the final commit). 
    2 The interface methods will have a default value of None for the context to ensure backwards-compatibility.