-
Notifications
You must be signed in to change notification settings - Fork 384
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The server will remove reports from the database which have the same report hash on run update. This can cause problem, when the user saves the URL which contains a report id which is actually removed from the database. For this reason we will save the report hash in the URL and if no report is found with the report id in the database we will falback and search the report by report hash. If the report hash is not in the url or the report can not be found by the report id or report hash we will display this information to the user.
- Loading branch information
1 parent
9667eec
commit 6734664
Showing
2 changed files
with
62 additions
and
9 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