New Gallery: create directory if doesn't exist!#120

This commit is contained in:
Paolo Arena
2019-12-28 14:30:51 +01:00
parent 05dc45a3c5
commit 8beb8162dd
6 changed files with 11 additions and 8 deletions

View File

@@ -79,7 +79,7 @@ export default class CGridTableRec extends Vue {
}
public selItem(item, col: IColGridTable) {
console.log('selItem', item)
// console.log('selItem', item)
this.rowsel = item
this.idsel = item._id
this.colsel = col

View File

@@ -67,7 +67,7 @@ export default class CMyPopupEdit extends Vue {
public SaveValueInt(newVal, valinitial) {
console.log('SaveValueInt', newVal)
// console.log('SaveValueInt', newVal)
// Update value in table memory
if (this.subfield !== '') {