Skip to content

Commit

Permalink
fix: Property changes of the fields (#566)
Browse files Browse the repository at this point in the history
* fix: The department field should have the property 'Mandatory' enabled.

* fix: status field should have property No Copy enabled

* chore: rollback recent update in healthcare_practitioner.json

* chore: removed extra comma

* chore: removed extra space
  • Loading branch information
viralkansodiya authored Jan 3, 2025
1 parent b3c028c commit 07d7907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -411,4 +411,4 @@
"states": [],
"title_field": "practitioner_name",
"track_changes": 1
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
"label": "Status",
"options": "\nScheduled\nOpen\nConfirmed\nChecked In\nChecked Out\nClosed\nCancelled\nNo Show",
"read_only": 1,
"no_copy": 1,
"search_index": 1
},
{
Expand Down

0 comments on commit 07d7907

Please # to comment.