Skip to content

Commit

Permalink
LRSD-6744 useURIEncode in TestrayTask
Browse files Browse the repository at this point in the history
  • Loading branch information
nNilton authored and brianchandotcom committed Oct 14, 2024
1 parent 86449f6 commit cc585a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class TestrayTaskImpl extends Rest<TaskForm, TestrayTask, NestedObjectOptions> {
}

protected async validate(task: TaskForm, id?: number) {
const searchBuilder = new SearchBuilder();
const searchBuilder = new SearchBuilder({useURIEncode: true});

if (id) {
searchBuilder.ne('id', id).and();
Expand Down

0 comments on commit cc585a4

Please sign in to comment.