ox-it / ords

Automatically exported from code.google.com/p/ords
0 stars 0 forks source link

Changing a field name breaks saved queries involving that field #739

Open jajwilson opened 8 years ago

jajwilson commented 8 years ago

If a user changes a field name in the schema designer, any saved queries that mention this field break (as one would expect).

It would be nice if (dynamic) saved queries were updated when field names were changed.

I appreciate that there are plenty of other ways of breaking saved queries by editing the schema that are much harder to deal with.