Skip to content

Commit 2c3e667

Browse files
committed
comment: Add two more NEW_TASK_FIELD_EDIT_REQUIRED comments
1 parent 1956763 commit 2c3e667

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Layout/TaskLayoutOptions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ export class TaskLayoutOptions {
104104
*/
105105
export function parseTaskShowHideOptions(taskLayoutOptions: TaskLayoutOptions, option: string, visible: boolean) {
106106
const optionMap = new Map<string, TaskLayoutComponent>([
107+
// NEW_TASK_FIELD_EDIT_REQUIRED
107108
// Alphabetical order
108109
['cancelled date', TaskLayoutComponent.CancelledDate],
109110
['created date', TaskLayoutComponent.CreatedDate],

tests/Layout/TaskLayoutOptions.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ describe('TaskLayoutOptions', () => {
154154

155155
describe('parsing task show/hide layout options', () => {
156156
it.each([
157+
// NEW_TASK_FIELD_EDIT_REQUIRED
157158
// Alphabetical order
158159
['cancelled date', TaskLayoutComponent.CancelledDate],
159160
['created date', TaskLayoutComponent.CreatedDate],

0 commit comments

Comments
 (0)