Clearing the ordering of a table does not clear the ordering
key from the UserConfig data
#12914
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
v3.5.3
Python version
3.8
Steps to Reproduce
tables.SiteTable.ordering
:Expected Behavior
The
ordering
key should be removed from the data, as there is no longer any preference stored.Observed Behavior
ordering
is set to a list containing an empty string. This does not effect any breaking behavior AFAICT, however it should be cleaned up as it can pose complications.The text was updated successfully, but these errors were encountered: