OpenESignForms / openesignforms

Open eSignForms is the first open source SaaS web contracting platform
https://open.esignforms.com
107 stars 50 forks source link

Reloading transaction report fields from package version reloads all transactions #151

Closed OpenESignForms closed 9 years ago

OpenESignForms commented 9 years ago

When reloading transaction report fields after updating the report field mappings for a package version, all transactions of the specified "transaction template" type are reloaded, not just those that reference the package version that was updated.

The code should limit the reloads to transactions of those types that also use the specified version of the package as the package defines which fields to extract.

OpenESignForms commented 9 years ago

Reloading of report fields only operates on the specific version of the package as each package version has its own report field mappings.