-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure incident ID is retrieved for each selected row per update
This adds a call to get the incident id of the incident represented in the selcted row each time the table view is updated, and this ID is used to select the incident with getSelectedIncident(). This ensures that the currently highlighted row is always the incident that is acted upon in table view, rather than a previously selected incident. When no row is selected, attempts to act on an incident return a status message to that effect, rather than panicing. Fixes #44 Fixes #52 Signed-off-by: Chris Collins <[email protected]>
- Loading branch information
Showing
3 changed files
with
66 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters