Skip to content

Commit

Permalink
Merge pull request #7648 from ProcessMaker/feature/FOUR-19881
Browse files Browse the repository at this point in the history
FOUR-19881 : Remove status column from In Progress and Completed
  • Loading branch information
ryancooley authored Oct 29, 2024
2 parents 2bcaddd + f5fa624 commit faea2c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/jscomposition/cases/casesMain/config/columns.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ export const getColumns = (type) => {
processColumn(),
taskColumn(),
participantsColumn(),
statusColumn(),
startedColumn(),
],
completed: [
Expand All @@ -191,7 +190,6 @@ export const getColumns = (type) => {
processColumn(),
taskColumn(),
participantsColumn(),
statusColumn(),
startedColumn(),
completedColumn(),
],
Expand Down

0 comments on commit faea2c6

Please sign in to comment.