@fctc/widget-logic 3.8.1 → 3.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/widget.js +1 -1
- package/dist/widget.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5419,7 +5419,7 @@ var many2oneFieldController = (props) => {
|
|
|
5419
5419
|
methods?.setValue(name, null);
|
|
5420
5420
|
setTempSelectedOption(null);
|
|
5421
5421
|
} else if (propValue) {
|
|
5422
|
-
if (isForm && fieldOptions?.
|
|
5422
|
+
if (isForm && fieldOptions?.service && fieldOptions?.type && fieldOptions?.model && !propValue?.display_name) {
|
|
5423
5423
|
const optionsMany2OneField = fieldOptions ? (0, utils_exports.evalJSONContext)(fieldOptions) : null;
|
|
5424
5424
|
fetchGetDetail.mutate(
|
|
5425
5425
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -5499,7 +5499,7 @@ var many2oneFieldController = (props) => {
|
|
|
5499
5499
|
methods?.setValue(name, null);
|
|
5500
5500
|
setTempSelectedOption(null);
|
|
5501
5501
|
} else if (propValue) {
|
|
5502
|
-
if (isForm && fieldOptions?.
|
|
5502
|
+
if (isForm && fieldOptions?.service && fieldOptions?.type && fieldOptions?.model && !propValue?.display_name) {
|
|
5503
5503
|
const optionsMany2OneField = fieldOptions ? (0, utils_exports.evalJSONContext)(fieldOptions) : null;
|
|
5504
5504
|
fetchGetDetail.mutate(
|
|
5505
5505
|
{
|
package/dist/widget.js
CHANGED
|
@@ -4656,7 +4656,7 @@ var many2oneFieldController = (props) => {
|
|
|
4656
4656
|
methods?.setValue(name, null);
|
|
4657
4657
|
setTempSelectedOption(null);
|
|
4658
4658
|
} else if (propValue) {
|
|
4659
|
-
if (isForm && fieldOptions?.
|
|
4659
|
+
if (isForm && fieldOptions?.service && fieldOptions?.type && fieldOptions?.model && !propValue?.display_name) {
|
|
4660
4660
|
const optionsMany2OneField = fieldOptions ? (0, utils_exports.evalJSONContext)(fieldOptions) : null;
|
|
4661
4661
|
fetchGetDetail.mutate(
|
|
4662
4662
|
{
|
package/dist/widget.mjs
CHANGED
|
@@ -4713,7 +4713,7 @@ var many2oneFieldController = (props) => {
|
|
|
4713
4713
|
methods?.setValue(name, null);
|
|
4714
4714
|
setTempSelectedOption(null);
|
|
4715
4715
|
} else if (propValue) {
|
|
4716
|
-
if (isForm && fieldOptions?.
|
|
4716
|
+
if (isForm && fieldOptions?.service && fieldOptions?.type && fieldOptions?.model && !propValue?.display_name) {
|
|
4717
4717
|
const optionsMany2OneField = fieldOptions ? (0, utils_exports.evalJSONContext)(fieldOptions) : null;
|
|
4718
4718
|
fetchGetDetail.mutate(
|
|
4719
4719
|
{
|