mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #1835 from SchrodingersGat/disable-secondary
Disable secondary modals
This commit is contained in:
commit
f9b7257bdb
@ -765,6 +765,9 @@ function attachSecondaryModal(modal, options) {
|
||||
function attachSecondaries(modal, secondaries) {
|
||||
/* Attach a provided list of secondary modals */
|
||||
|
||||
// 2021-07-18 - Secondary modals will be disabled for now, until they are re-implemented in the "API forms" architecture
|
||||
return;
|
||||
|
||||
for (var i = 0; i < secondaries.length; i++) {
|
||||
attachSecondaryModal(modal, secondaries[i]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user