Skip to content

Commit

Permalink
Merge pull request #1849 from TexasDigitalLibrary/1842-improve_perfor…
Browse files Browse the repository at this point in the history
…mance-remove_unused_expensive_get_all

Issue 1842: Major Performance bottleneck in Workflow Step at significant XHRLoad cost.
  • Loading branch information
kaladay committed Jul 25, 2023
2 parents c8b51c7 + 2730b9d commit c4ccd74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/webapp/app/config/apiMapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,7 @@ var apiMapping = {
}
},
WorkflowStep: {
lazy: true,
validations: true,
channel: '/channel/workflow-step',
all: {
Expand Down

0 comments on commit c4ccd74

Please sign in to comment.