Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.33",
"openstack-uicore-foundation": "5.0.8",
"openstack-uicore-foundation": "5.0.9",
"p-limit": "^6.1.0",
"path-browserify": "^1.0.1",
"postcss-loader": "^6.2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/actions/sponsor-forms-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export const getSponsorForms =
const params = {
page: currentPage,
fields:
"id,code,name,level,expire_date,is_archived,sponsorship_types,apply_to_all_types",
"id,code,name,level,expire_date,is_archived,sponsorship_types,apply_to_all_types,opens_at,expires_at",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Careful here, we are changing the API contract, I assume new fields are already in the payload, let's double check since we can see we also have expore_date

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

As far I could check, the field expire_date is currently requested from the API but is not used or displayed in the UI. No impact on the user interface at this time. For this PR I've added opens_at and expires_at that are available from the API and being used.

relations: "items,sponsorship_types",
per_page: perPage,
access_token: accessToken,
Expand Down
367 changes: 0 additions & 367 deletions src/components/mui/__tests__/mui-table-editable.test.js

This file was deleted.

Loading
Loading