- corretto img profilo

- corretto coordinata non obbligatoria
This commit is contained in:
Surya Paolo
2024-09-17 18:50:05 +02:00
parent b9a5c54071
commit d4e0f2cf1a
44 changed files with 155 additions and 96 deletions

View File

@@ -198,7 +198,7 @@
minuteinterval="1"
@save="SaveValue"
@show="selItem(row, col)"
@showandsave="showandsel"
@showandsave="showandsave"
>
</CMyPopupEdit>
</div>
@@ -276,7 +276,7 @@
:subfield="mycol.subfield"
@save="SaveValdb"
@show="selItem(rowclicksel, mycol)"
@showandsave="showandsel"
@showandsave="showandsave"
@annulla="annulla"
@update_col="update_col"
>
@@ -336,7 +336,7 @@
:insertMode="true"
@save="SaveValue"
@show="selItem(newRecord, col)"
@showandsave="showandsel"
@showandsave="showandsave"
@update_col="update_col"
>
</CMyPopupEdit>
@@ -411,7 +411,7 @@
:insertMode="true"
@save="SaveValue"
@show="selItem(newRecord, col)"
@showandsave="showandsel"
@showandsave="showandsave"
>
</CMyPopupEdit>
</div>
@@ -475,7 +475,7 @@
minuteinterval="1"
@save="SaveValue"
@show="selItem(recModif, col, true)"
@showandsave="showandsel"
@showandsave="showandsave"
@update_col="update_col"
>
</CMyPopupEdit>