Skip to content

Commit

Permalink
update test project
Browse files Browse the repository at this point in the history
  • Loading branch information
lindski committed Dec 20, 2018
1 parent 65ddf35 commit e280d56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AutoCompleteForMendix/widget/AutoCompleteForMendix.js
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ define( [
}
});

if( self.searchType === "xpath"){
if( self.searchType === "xpath"){
var xpath = '//' + self._entity + self.dataConstraint.replace('[%CurrentObject%]', self._contextObj.getGuid());
var method = self.xpathSearchMethod == "startswith" ? "starts-with" : self.xpathSearchMethod;
var term = params.term.replace(/'/g, "''");
Expand Down
Binary file modified test/widgets/AutoCompleteForMendix.mpk
Binary file not shown.

0 comments on commit e280d56

Please sign in to comment.