Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: change field type in appointment letter for text editor #2600

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions hrms/hr/doctype/appointment_letter/appointment_letter.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{
"fetch_from": "appointment_letter_template.introduction",
"fieldname": "introduction",
"fieldtype": "Long Text",
"fieldtype": "Text Editor",
"label": "Introduction",
"reqd": 1
},
Expand Down Expand Up @@ -74,7 +74,7 @@
},
{
"fieldname": "closing_notes",
"fieldtype": "Text",
"fieldtype": "Text Editor",
"label": "Closing Notes"
},
{
Expand All @@ -86,7 +86,7 @@
}
],
"links": [],
"modified": "2024-03-27 13:06:30.680330",
"modified": "2025-01-07 13:06:30.680330",
"modified_by": "Administrator",
"module": "HR",
"name": "Appointment Letter",
Expand Down Expand Up @@ -124,4 +124,4 @@
"states": [],
"title_field": "applicant_name",
"track_changes": 1
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
},
{
"fieldname": "description",
"fieldtype": "Long Text",
"fieldtype": "Text Editor",
"in_list_view": 1,
"label": "Description",
"reqd": 1
}
],
"istable": 1,
"links": [],
"modified": "2024-03-27 13:06:31.009992",
"modified": "2025-01-07 13:06:31.009992",
"modified_by": "Administrator",
"module": "HR",
"name": "Appointment Letter content",
Expand All @@ -37,4 +37,4 @@
"sort_order": "DESC",
"states": [],
"track_changes": 1
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"fields": [
{
"fieldname": "introduction",
"fieldtype": "Long Text",
"fieldtype": "Text Editor",
"in_list_view": 1,
"label": "Introduction",
"reqd": 1
},
{
"fieldname": "closing_notes",
"fieldtype": "Text",
"fieldtype": "Text Editor",
"label": "Closing Notes"
},
{
Expand All @@ -40,7 +40,7 @@
}
],
"links": [],
"modified": "2024-03-27 13:06:31.135009",
"modified": "2025-01-07 13:06:31.135009",
"modified_by": "Administrator",
"module": "HR",
"name": "Appointment Letter Template",
Expand Down Expand Up @@ -78,4 +78,4 @@
"states": [],
"title_field": "template_name",
"track_changes": 1
}
}
Loading