Skip to content

Commit 3d85d70

Browse files
AmandaBirminghamwasade
authored andcommitted
Fixes bug reported by MacKenzie where plate modal is not being populated after addPlateModal.js refactor (#537)
1 parent b6e9479 commit 3d85d70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

labcontrol/gui/static/js/addPlateModal.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ function setUpAddPlateModal(plateTypeList, getOnlyQuantified,
192192
// contains just one entry--also with the key "data"
193193
let plateListInfo = (data["data"]);
194194
let tableSelectorStr = "#" + plateTableId;
195-
let table = populatePlateTable(tableSelectorStr, plateListInfo);
195+
let table = populatePlateTable(plateListInfo, tableSelectorStr,
196+
specificAddPlateBtnBaseId);
196197

197198
let tbodySelector = $(tableSelectorStr + ' tbody');
198199
// Remove any existing event handler already attached to plate add btns

0 commit comments

Comments
 (0)