Skip to content

Commit

Permalink
Add note to All controller
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdaley committed Sep 1, 2023
1 parent 525b34b commit a8e8e87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/app/controllers/authenticated/all.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import Controller from "@ember/controller";

/**
* This allows queryParams to be captured and passed
* to the `/documents` route on redirect.
*/

export default class AuthenticatedAllController extends Controller {
queryParams = ["docType", "owners", "page", "product", "sortBy", "status"];
docType = [];
Expand Down

0 comments on commit a8e8e87

Please sign in to comment.