Skip to content

Commit

Permalink
Merge pull request #35540 from dimagi/update-vellum
Browse files Browse the repository at this point in the history
vellum:19c244da08e3d552465acaefbc9274fb8bde21f5
  • Loading branch information
MartinRiese authored Dec 19, 2024
2 parents bf01bfb + c7ecc8e commit cff42bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29337,8 +29337,8 @@ define('vellum/form',[
updateInstanceQuery: function (query, instanceId, oldId) {
var regexp = INSTANCE_REGEXP;
if (oldId) {
regexp = new RegExp("(^|\W)instance\\((['\"])" +
RegExp.escape(oldId) + "\2\\)", "ig");
regexp = new RegExp("(^|\\W)instance\\((['\"])" +
RegExp.escape(oldId) + "\\2\\)", "ig");
}
return query.replace(regexp, "$1instance('" + instanceId + "')");
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
80cab1f727e90f4947d3c3d1bfc97910d7944349
19c244da08e3d552465acaefbc9274fb8bde21f5

0 comments on commit cff42bb

Please sign in to comment.