You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2020/11/17 22:04:21 UTC

[GitHub] [trafficcontrol] mitchell852 opened a new issue #5294: Column filter does not persist when multiple columns share a valueFormatter

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:
   
   ![image](https://user-images.githubusercontent.com/251272/99455788-90639800-28e5-11eb-91c3-4673d6afa734.png)
   
   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:
users@infra.apache.org



[GitHub] [trafficcontrol] shamrickus commented on issue #5294: Column filter does not persist when multiple columns share a valueFormatter

Posted by GitBox <gi...@apache.org>.
shamrickus commented on issue #5294:
URL: https://github.com/apache/trafficcontrol/issues/5294#issuecomment-729991168


   I will take a look at this


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [trafficcontrol] mitchell852 closed issue #5294: Column filter does not persist when multiple columns share a valueFormatter

Posted by GitBox <gi...@apache.org>.
mitchell852 closed issue #5294:
URL: https://github.com/apache/trafficcontrol/issues/5294


   


----------------------------------------------------------------
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:
users@infra.apache.org