Skip to content

Commit

Permalink
Encode bootstrap button state attributes (#6375)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-nicka authored Feb 26, 2025
1 parent 6944af1 commit 0f6bea5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/src/org/labkey/api/module/ModuleHtmlView.java
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public void testModuleResourceCache()
Module simpleTest = ModuleLoader.getInstance().getModule("simpletest");

if (null != simpleTest)
assertEquals("HTML view definitions from the simpletest module", 10, MODULE_HTML_VIEW_DEFINITION_CACHE.getResourceMap(simpleTest).size());
assertEquals("HTML view definitions from the simpletest module", 11, MODULE_HTML_VIEW_DEFINITION_CACHE.getResourceMap(simpleTest).size());
}

@Test
Expand Down
9 changes: 5 additions & 4 deletions core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"dependencies": {
"@labkey/components": "5.20.2",
"@labkey/themes": "1.3.3"
"@labkey/themes": "1.3.4"
},
"devDependencies": {
"@labkey/build": "8.2.0",
Expand Down

0 comments on commit 0f6bea5

Please sign in to comment.