Skip to content

Commit

Permalink
Merge pull request #52 from tarekabou-chanab/PRESIDECMS-185
Browse files Browse the repository at this point in the history
PRESIDECMS-185 make sure all arguments available to preparefilter int…
  • Loading branch information
DominicWatson committed Oct 19, 2015
2 parents e03d59a + 5271481 commit 5d859d5
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions system/services/presideObjects/PresideObjectService.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ component singleton=true autodoc=true displayName="Preside Object Service" {
var interceptionArgs = arguments;
interceptionArgs.newId = newId;
interceptionArgs.result = result;

_announceInterception( "postInsertObjectData", interceptionArgs );

return newId;
Expand Down Expand Up @@ -461,14 +461,9 @@ component singleton=true autodoc=true displayName="Preside Object Service" {
}

preparedFilter = _prepareFilter(
objectName = arguments.objectName
, id = arguments.id
, filter = arguments.filter
, filterParams = arguments.filterParams
, extraFilters = arguments.extraFilters
, savedFilters = arguments.savedFilters
, adapter = adapter
, columnDefinitions = obj.properties
adapter = adapter
, columnDefinitions = obj.properties
, argumentCollection = arguments
);

transaction {
Expand Down

0 comments on commit 5d859d5

Please sign in to comment.