patrickTingen / DataDigger

A dynamic dataviewer for your Progress / OpenEdge databases
https://datadigger.wordpress.com/
MIT License
50 stars 23 forks source link

Column filter reset after changing field format #46

Closed steven-peeters1 closed 5 years ago

steven-peeters1 commented 5 years ago

DD24 / OE 11.6.3

Changing the format in the table-info top-browser will reset query and column filters.

Steps to reproduce:

  1. Enter a value in any column filter and execute
  2. Change the format for any field in the table-info top-browser
  3. Try to re-execute the filter already entered in step 1. by pressing enter in the filter-field (or clicking the execute query play-button)
  4. Query and filter is reset.

Column filter fields and query should not reset after changing field format.

patrickTingen commented 5 years ago

Hi kingOttmar, thanks for reporting, I'll see if I can fix this.

patrickTingen commented 5 years ago

I think I've got it fixed. And as a bonus, I found out that I can actually change the format of the databrowse on the fly, so I do that as well. To give reporters of a bug credit, I'd like to add you to the changelog. By what name would you like to appear there?

patrickTingen commented 5 years ago

Fixed in develop branch, will ship with DD25