GT-2763 - Table Sorting - fixed bug that triggered filtering to take

place for individual add/remove operations; fixed bug that caused loss
of added/removed items
This commit is contained in:
dragonmacher 2019-05-07 18:56:51 -04:00
parent da5f009c71
commit 445c7ca03e
32 changed files with 720 additions and 143 deletions

View file

@ -96,7 +96,7 @@ public class ResourceManager {
return is;
}
URL url = getResource(testSearchPaths, filename);
URL url = getResource(getTestSearchPaths(), filename);
if (url == null) {
return null;
}