Fix: Product Permutations save.
This commit is contained in:
6
static/dist/js/main.bundle.js
vendored
6
static/dist/js/main.bundle.js
vendored
@@ -4800,7 +4800,6 @@ var PageStoreProductPermutations = /*#__PURE__*/function (_TableBasePage) {
|
|||||||
}, {
|
}, {
|
||||||
key: "hookupProfitInputs",
|
key: "hookupProfitInputs",
|
||||||
value: function hookupProfitInputs() {
|
value: function hookupProfitInputs() {
|
||||||
debugger;
|
|
||||||
this.hookupChangeHandlerTableCells(idTableMain + ' td.' + flagProfitLocalMin + ' input');
|
this.hookupChangeHandlerTableCells(idTableMain + ' td.' + flagProfitLocalMin + ' input');
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
@@ -4883,7 +4882,7 @@ var PageStoreProductPermutations = /*#__PURE__*/function (_TableBasePage) {
|
|||||||
}, {
|
}, {
|
||||||
key: "hookupCountIntervalRecurrenceInputs",
|
key: "hookupCountIntervalRecurrenceInputs",
|
||||||
value: function hookupCountIntervalRecurrenceInputs() {
|
value: function hookupCountIntervalRecurrenceInputs() {
|
||||||
this.hookupChangeHandlerTableCellsWhenNotCollapsed("change", idTableMain + ' td.' + flagCountUnitMeasurementIntervalRecurrence + ' input');
|
this.hookupChangeHandlerTableCellsWhenNotCollapsed(idTableMain + ' td.' + flagCountUnitMeasurementIntervalRecurrence + ' input');
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
key: "hookupIdStripeProductInputs",
|
key: "hookupIdStripeProductInputs",
|
||||||
@@ -4918,6 +4917,7 @@ var PageStoreProductPermutations = /*#__PURE__*/function (_TableBasePage) {
|
|||||||
divOrDdlIntervalExpirationUnsealed.classList.remove(flagCollapsed);
|
divOrDdlIntervalExpirationUnsealed.classList.remove(flagCollapsed);
|
||||||
var tdUnitMeasurementIntervalExpirationUnsealed = divOrDdlIntervalExpirationUnsealed.closest('td');
|
var tdUnitMeasurementIntervalExpirationUnsealed = divOrDdlIntervalExpirationUnsealed.closest('td');
|
||||||
tdUnitMeasurementIntervalExpirationUnsealed.dispatchEvent(new Event('click'));
|
tdUnitMeasurementIntervalExpirationUnsealed.dispatchEvent(new Event('click'));
|
||||||
|
this.hook;
|
||||||
} else {
|
} else {
|
||||||
inputCountIntervalExpirationUnsealed.classList.add(flagCollapsed);
|
inputCountIntervalExpirationUnsealed.classList.add(flagCollapsed);
|
||||||
divOrDdlIntervalExpirationUnsealed.classList.add(flagCollapsed);
|
divOrDdlIntervalExpirationUnsealed.classList.add(flagCollapsed);
|
||||||
@@ -4931,7 +4931,7 @@ var PageStoreProductPermutations = /*#__PURE__*/function (_TableBasePage) {
|
|||||||
}, {
|
}, {
|
||||||
key: "hookupCountIntervalExpirationUnsealedInputs",
|
key: "hookupCountIntervalExpirationUnsealedInputs",
|
||||||
value: function hookupCountIntervalExpirationUnsealedInputs() {
|
value: function hookupCountIntervalExpirationUnsealedInputs() {
|
||||||
this.hookupChangeHandlerTableCellsWhenNotCollapsed("change", idTableMain + ' td.' + flagCountUnitMeasurementIntervalExpirationUnsealed + ' input');
|
this.hookupChangeHandlerTableCellsWhenNotCollapsed(idTableMain + ' td.' + flagCountUnitMeasurementIntervalExpirationUnsealed + ' input');
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
key: "leave",
|
key: "leave",
|
||||||
|
|||||||
@@ -258,7 +258,6 @@ export default class PageStoreProductPermutations extends TableBasePage {
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
hookupProfitInputs() {
|
hookupProfitInputs() {
|
||||||
debugger;
|
|
||||||
this.hookupChangeHandlerTableCells(idTableMain + ' td.' + flagProfitLocalMin + ' input');
|
this.hookupChangeHandlerTableCells(idTableMain + ' td.' + flagProfitLocalMin + ' input');
|
||||||
}
|
}
|
||||||
hookupLatencyManufactureInputs(){
|
hookupLatencyManufactureInputs(){
|
||||||
@@ -316,7 +315,7 @@ export default class PageStoreProductPermutations extends TableBasePage {
|
|||||||
this.hookupTableCellDDlPreviewsWhenNotCollapsed(idTableMain + ' td.' + flagUnitMeasurementIntervalRecurrence, Utils.getListFromDict(unitMeasurementsTime));
|
this.hookupTableCellDDlPreviewsWhenNotCollapsed(idTableMain + ' td.' + flagUnitMeasurementIntervalRecurrence, Utils.getListFromDict(unitMeasurementsTime));
|
||||||
}
|
}
|
||||||
hookupCountIntervalRecurrenceInputs(){
|
hookupCountIntervalRecurrenceInputs(){
|
||||||
this.hookupChangeHandlerTableCellsWhenNotCollapsed("change", idTableMain + ' td.' + flagCountUnitMeasurementIntervalRecurrence + ' input');
|
this.hookupChangeHandlerTableCellsWhenNotCollapsed(idTableMain + ' td.' + flagCountUnitMeasurementIntervalRecurrence + ' input');
|
||||||
}
|
}
|
||||||
hookupIdStripeProductInputs(){
|
hookupIdStripeProductInputs(){
|
||||||
this.hookupChangeHandlerTableCells(idTableMain + ' td.' + flagIdStripeProduct + ' input');
|
this.hookupChangeHandlerTableCells(idTableMain + ' td.' + flagIdStripeProduct + ' input');
|
||||||
@@ -342,6 +341,7 @@ export default class PageStoreProductPermutations extends TableBasePage {
|
|||||||
divOrDdlIntervalExpirationUnsealed.classList.remove(flagCollapsed);
|
divOrDdlIntervalExpirationUnsealed.classList.remove(flagCollapsed);
|
||||||
let tdUnitMeasurementIntervalExpirationUnsealed = divOrDdlIntervalExpirationUnsealed.closest('td');
|
let tdUnitMeasurementIntervalExpirationUnsealed = divOrDdlIntervalExpirationUnsealed.closest('td');
|
||||||
tdUnitMeasurementIntervalExpirationUnsealed.dispatchEvent(new Event('click'));
|
tdUnitMeasurementIntervalExpirationUnsealed.dispatchEvent(new Event('click'));
|
||||||
|
this.hook
|
||||||
} else {
|
} else {
|
||||||
inputCountIntervalExpirationUnsealed.classList.add(flagCollapsed);
|
inputCountIntervalExpirationUnsealed.classList.add(flagCollapsed);
|
||||||
divOrDdlIntervalExpirationUnsealed.classList.add(flagCollapsed);
|
divOrDdlIntervalExpirationUnsealed.classList.add(flagCollapsed);
|
||||||
@@ -351,7 +351,7 @@ export default class PageStoreProductPermutations extends TableBasePage {
|
|||||||
this.hookupTableCellDDlPreviewsWhenNotCollapsed(idTableMain + ' td.' + flagUnitMeasurementIntervalExpirationUnsealed, Utils.getListFromDict(unitMeasurementsTime));
|
this.hookupTableCellDDlPreviewsWhenNotCollapsed(idTableMain + ' td.' + flagUnitMeasurementIntervalExpirationUnsealed, Utils.getListFromDict(unitMeasurementsTime));
|
||||||
}
|
}
|
||||||
hookupCountIntervalExpirationUnsealedInputs(){
|
hookupCountIntervalExpirationUnsealedInputs(){
|
||||||
this.hookupChangeHandlerTableCellsWhenNotCollapsed("change", idTableMain + ' td.' + flagCountUnitMeasurementIntervalExpirationUnsealed + ' input');
|
this.hookupChangeHandlerTableCellsWhenNotCollapsed(idTableMain + ' td.' + flagCountUnitMeasurementIntervalExpirationUnsealed + ' input');
|
||||||
}
|
}
|
||||||
|
|
||||||
leave() {
|
leave() {
|
||||||
|
|||||||
Reference in New Issue
Block a user