Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ params:
color_pn: true
comparison_color_scheme: Green
comparison_type: values
conditional_formatting: []
extra_form_data: {}
groupby:
- couponpaymentversion_id
Expand Down Expand Up @@ -41,6 +42,8 @@ params:
- product_readable_id
- payment_transaction
- discount_max_redemptions
- platform
include_search: true
order_by_cols: []
order_desc: true
percent_metric_calculation: row_limit
Comment on lines +46 to 49
Copy link

Copilot AI Apr 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This update drops order_desc: true and server_page_length: 10 from the table chart params. That can change default sort direction and pagination behavior in the dashboard UI. If those behaviors should stay the same, please restore these params to their previous values and re-export/normalize the asset; if the change is intentional, document the intended new behavior and ensure QA validates it.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot apply changes based on this feedback

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Restored annotation_layers, comparison_color_scheme, order_desc: true, and server_page_length: 10 in commit 9abb33b. The diff now only contains the intended additions: platform in groupby, include_search: true, and conditional_formatting: [] (added by normalize).

Expand Down
Loading