Skip to content

Commit

Permalink
🐞 bounded lists with unregular characters in the liste name (#475)
Browse files Browse the repository at this point in the history
Parent issue: sequentech/meta#4182
  • Loading branch information
Findeton authored Nov 28, 2024
1 parent 7170c9b commit a244e36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ angular.module('avBooth')
function (answer)
{
return (
answer.text === title &&
(answer.text === title || answer.category === title) &&
ErrorCheckerGeneratorService.hasUrl(answer.urls, 'isCategoryList', 'true')
);
}
Expand Down

0 comments on commit a244e36

Please sign in to comment.