mitchell852 opened a new issue #5294: URL: https://github.com/apache/trafficcontrol/issues/5294
## I'm submitting a ... - bug report ## Traffic Control components affected ... - Traffic Portal ## Current behavior: Navigate to https://tp.domain.tld/#!/servers and set a filter on the Reval Pending column like such:  check local storage and you should see the following entry: ``` servers_table_filters: {"revalPending":{"filterType":"text","type":"contains","filter":"true"}} ``` Refresh your browser. The filter is lost. ## Expected behavior: Refresh your browser. The filter persists. ## Minimal reproduction of the problem with instructions: See above ## Anything else: The same seems to happen with the Status Last Updated and Last Updated columns. What do these things have in common? The columns share a valueFormatter (UpdateCellRenderer and dateCellFormatter respectively) with another column. That is my guess. <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
