Skip to content

Commit

Permalink
fix: make image mandatory after first save
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Nov 10, 2023
1 parent 14112ae commit 5727917
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
{
"fieldname": "icon",
"fieldtype": "Attach Image",
"label": "Icon"
"label": "Icon",
"mandatory_depends_on": "eval: !doc.__islocal"
}
],
"image_field": "icon",
"index_web_pages_for_search": 1,
"links": [],
"make_attachments_public": 1,
"modified": "2023-07-18 22:03:26.680494",
"modified": "2023-11-10 12:54:07.987734",
"modified_by": "Administrator",
"module": "Water Body Management",
"name": "Custom Icon",
Expand Down

0 comments on commit 5727917

Please sign in to comment.