newfs / gobotany-app

Deployable code for the Go Botany application
9 stars 8 forks source link

D. Key editing, Change Lead screen: show text of value upon picking it #795

Open jnga opened 2 years ago

jnga commented 2 years ago

When editing a lead, the "Goto page" numeric field, with the search icon next to it, shows the text value of the number id in the field to the right of the search icon. This text value is hyperlinked to the corresponding page in the editor.

However, when changing the "Goto page" value for either a new or existing Lead record by choosing the search icon and selecting an item, the text value does not get added to the screen for new records, nor does it update the screen for existing records.

This means that for a new record, you have to Save the record and then come back to it to see that linked text value.

And, for a new record, upon picking a new "Goto page" value, the new number is in the field, but the page still has the old text value until you Save the record, go away and come back, upon which time the new text value is there. This is confusing, seeing the new number value but the old text value.

Ideally, the text value will always be updated on the page upon choosing a "Goto page" value, for both new and existing records.

jnga commented 2 years ago

Postpone this until after another Django update to see if it's been fixed.