You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refresh the page.
NOTE:
If the error doesn't occur delete the sorting that you have in the url. Also if you want to solve it, in the url insert the following:
"/plugins/lifecycle/lifecycle/?sort=end_of_support"
Expected Behavior
Firstly it should not throw an error. Also it would be nice to sort the data with the name column.
In addition it doesn't work for the "hardware" and "assigned object count" fields, so it would be nice to sort by those too.
Observed Behavior
A Server Error occured, and you cannot make it disappear with reload. The only solution is to modify the url as mentioned before.
The text was updated successfully, but these errors were encountered:
To clarify, these are GenericForeignKeys and are not orderable. I could likely introduce a specific view for "DeviceType Lifecycle" and "ModuleType Lifecycle" that would be orderable but unfortunately these fields are not.
Plugin version
v1.1.3
NetBox version
v4.1.1
Python version
3.9
Steps to Reproduce
NOTE:
If the error doesn't occur delete the sorting that you have in the url. Also if you want to solve it, in the url insert the following:
"/plugins/lifecycle/lifecycle/?sort=end_of_support"
Expected Behavior
Firstly it should not throw an error. Also it would be nice to sort the data with the name column.
In addition it doesn't work for the "hardware" and "assigned object count" fields, so it would be nice to sort by those too.
Observed Behavior
A Server Error occured, and you cannot make it disappear with reload. The only solution is to modify the url as mentioned before.
The text was updated successfully, but these errors were encountered: