Content
View differences
Updated by Aleix Suau over 5 years ago
### **Steps to reproduce:**
1. Go to work package page (either on an existing query or a default query)
2. Either
1. Click on a pagination page button (e.g. click to go to page 2)
2. Click on a per page button
### **Actual Behavior**
* Changes are made as expected (page switch and per page changes)
* The save icon appears next to the name of the query
### **Expected Behavior**
* No save icon on changes to per page or page settings
### Development Notes
* EditableToolbarTitleComponent shows the save icon if it is editable and if there are params.query\_props (this.$transitions.onSuccess).
* Clicking on page or per page button triggers the transition to a new url with params so the save button is shown.
* How is the link built (openproject.routes.ts?) How is the query linked to the url?
1. Go to work package page (either on an existing query or a default query)
2. Either
1. Click on a pagination page button (e.g. click to go to page 2)
2. Click on a per page button
### **Actual Behavior**
* Changes are made as expected (page switch and per page changes)
* The save icon appears next to the name of the query
### **Expected Behavior**
* No save icon on changes to per page or page settings
### Development Notes
* EditableToolbarTitleComponent shows the save icon if it is editable and if there are params.query\_props (this.$transitions.onSuccess).
* Clicking on page or per page button triggers the transition to a new url with params so the save button is shown.
* How is the link built (openproject.routes.ts?) How is the query linked to the url?