import { BasePage } from "../base.js"; export class PageStoreProductPermutations extends BasePage { static hash = hashPageStoreProductPermutations; constructor() { super(); } initialize() { this.sharedInitialize(); hookupFilters(); hookupButtonsSaveCancel(); hookupTableMain(); hookupOverlayConfirm(savePermutations); } hookupFilters() { initialiseEventHandler(idFilterCategory, flagInitialised, function(filterCategory) { console.log("hooking up filter category"); /* listCategories.forEach(function(category) { console.log('adding category: ', category.value, category.text); /* let option = document.createElement('option'); option.value = category.value; option.text = category.text; * filterCategory.appendChild(document.createElement('