style forms, and associate products with user

This commit is contained in:
Tykayn 2025-02-14 18:17:31 +01:00 committed by tykayn
parent e5708e9e5f
commit e7d6b66f70
11 changed files with 90 additions and 21 deletions

View file

@ -209,7 +209,8 @@ angular
console.log('fetch products...');
$http.get('logged/get-my-products').then((rep) => {
console.log('ok', rep);
// console.log('ok', rep);
console.log('rep.data', rep.data)
customCategories = [];
for (let c of rep.data.categories) {
c.hidden = false;