We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When declaring a Hazard without references to losses and then modifying the ID, leads to unwanted changes, Example:
Losses L1 "Loss of life or serious injury to people" L2 "Loss of or damage to vehicle" Hazards H1 "fjshsj" [L1, L2] H2 "hf"
Deleting the 2 in the "H2" ID creates a lot of Hs in the description wihtout stopping. Modifying the ID to "H2.1" creates H2H2hf"
H2H2hf"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When declaring a Hazard without references to losses and then modifying the ID, leads to unwanted changes,
Example:
Deleting the 2 in the "H2" ID creates a lot of Hs in the description wihtout stopping. Modifying the ID to "H2.1" creates
H2H2hf"
The text was updated successfully, but these errors were encountered: