Created attachment 13708 [details] Screenshot showing the desired behavior When editing an item the table of all items should highlight the row containing the item being edited.
Created attachment 13709 [details] [review] Bug 9154 - On item edit page, highlight row of item being edited This patch changes the item edit page to add a highlighting background color to the row in the table of all items corresponding to the item being edited. Changes to JavaScript have been made to allow row color changes on hover. Other minor edits: Capitilization corrections.
Created attachment 13796 [details] [review] [Signed off] Bug 9154 - On item edit page, highlight row of item being edited This patch changes the item edit page to add a highlighting background color to the row in the table of all items corresponding to the item being edited. Changes to JavaScript have been made to allow row color changes on hover. Other minor edits: Capitilization corrections. Signed-off-by: Melia Meggs <melia@bywatersolutions.com>
After applying this patch, I can see that the row of the item I am editing is highlighted in yellow. I like it! Signing off.
Created attachment 13823 [details] [review] [SIGNED-OFF] Bug 9154 - On item edit page, highlight row of item being edited This patch changes the item edit page to add a highlighting background color to the row in the table of all items corresponding to the item being edited. Changes to JavaScript have been made to allow row color changes on hover. Other minor edits: Capitalization corrections. Signed-off-by: Melia Meggs <melia@bywatersolutions.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> String changes, changes to JavaScript. All tests pass. Test plan: 1) 'Edit items' on a record with some items. 2) Check edited item is highlighted correctly in table above. 3) Add, edit, delete an item, should all work the same as before.
This patch has been pushed to master.