Will_i_code

Results 20 issues of Will_i_code

## Expected Behavior Editing the basket after objects where added should not reset the basket. ## Current Behavior If you try to change the baskets definition it will be overwritten...

## Expected Behavior Objects should not be exported as templates. ## Current Behavior Objects can end up in an export after renaming them. ## Possible Solution Filter all object by...

## Expected Behavior An empty basket snapshot should say it's empty instead of crashing ## Current Behavior If you click on an empty basket snapshot, it will show a php...

Implements #812. Allows to close a tab in a window stack with a middle mouse click. Dispatch a close Message on middle mouse click, the rest was already implemented. ---...

Modern browsers (e.g. firefox and chromium) and text editors (e.g. vscode and intellij) allow one to close open tabs by using a click with the mouse wheel on the respective...

This PR fixes #10179. ## Shutdown the object in the correct order. During a restart the objects are shut down in the reversed order they should be. With this the...

cla/signed

## Describe the bug If an object has a state change during an icinga2 restart (e.g. during a deploy), it is sometimes not written to the database and does not...

## Expected Behavior I want to import a valid configuration that I have exported already as a basket. ## Current Behavior If the NotificationTemplate and Notification both have the same...

## Bug description As of rust 1.84.0, rustc will warn that the feature deprecated_attributes is not in the library users `Cargo.toml`. ``` warning: unexpected `cfg` condition value: `deprecated_attributes` --> src/external_api_client/mod.rs:291:20...

bug

## Describe the bug If a object with a Downtime gets disabled (even just temporary) the end of the associated Downtime is never written out to the IDO / IcingaDB....