-
Notifications
You must be signed in to change notification settings - Fork 0
Improve ContactForm #301
New issue
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
base: main
Are you sure you want to change the base?
Improve ContactForm #301
Conversation
a024ca5
to
9ceb4f8
Compare
8c775fd
to
ffe680c
Compare
ffe680c
to
8ef7576
Compare
afe1b01
to
65928a3
Compare
15afc4c
to
c57238f
Compare
c57238f
to
dfe35cc
Compare
b765153
to
251fde3
Compare
251fde3
to
89f0630
Compare
89f0630
to
78ee1fa
Compare
'p', | ||
new Attributes(['class' => 'description']), | ||
new Text($this->translate( | ||
'Add an Icinga Web user to associate with this contact. Users from external authentication' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, but Add an Icinga Web user to associate with this contact. and Link existing Icinga Web users. both describe the same outcome.
Use this:
Use this to associate actions in the UI, such as incident management, with this contact. To successfully receive desktop notifications, this is also required.
|
||
foreach ($names as $name) { | ||
yield [ | ||
'search' => $name . $domain, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
phpstan:
Binary operation "." between mixed and non-falsy-string|null results in an error.
16a7cc6
to
9ad0992
Compare
As the element `default_channel_id` is no longer part of the field set `contact`, it must be handled accordingly
…equired` AvailableChannelType: Make channel a left join relation
ContactControler: Add suggestion action and cleanup code
- ChannelsContoller: Closing the container is sufficient.
9ad0992
to
d4c76d9
Compare
resolves #276, #74
Requires:
.action-link
andbutton-link
css icingaweb2#5370SuggestionElement
ipl-web#305