Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes: #18289 - Add 'created' and 'last_updated' fields to ModuleTypeTable #18292

Merged
merged 2 commits into from
Jan 3, 2025

Conversation

bctiemann
Copy link
Contributor

Fixes: #18289

ModuleTypeTable is missing created and last_updated as selectable fields for sorting, as is consistent for other tables such as DeviceTypeTable. This change adds those fields to fields.

Copy link
Member

@jeremystretch jeremystretch left a comment

Choose a reason for hiding this comment

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

These should be added for ModuleTable as well.

@jeremystretch jeremystretch merged commit e8e3981 into develop Jan 3, 2025
6 checks passed
@jeremystretch jeremystretch deleted the 18289-module-type-last-updated branch January 3, 2025 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Module Types cannot be sorted by "Last updated"
2 participants