-
-
Notifications
You must be signed in to change notification settings - Fork 79
WIP Add APN policy #550
base: develop
Are you sure you want to change the base?
WIP Add APN policy #550
Conversation
Hi Looks good. Maybe we can improve the ui by showing all values in a 4 columns table (until twig becomes available in GLPI ;)). Also we should find a better name for apn_apn. |
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.
Hi, @DIOHz0r
Tests fails in PHP v7.2
d61f3a9
to
2c3eec4
Compare
2b175c4
to
61d6697
Compare
7e620f3
to
4e1a941
Compare
4e1a941
to
5831ae3
Compare
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.
There are accessibility issues in these changes.
$dropdowns = ['apn_auth_type', 'apn_type']; | ||
foreach ($dropdowns as $inputName) { | ||
$matches = null; | ||
preg_match('/.*<select[^>]*name=\'value\[' . $inputName . '\]\'[^>]*>.*/', |
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.
Looks like there's a label missing for this input. That makes it hard for people using screen readers or voice control to use the input. If you don't want a visual label, try an aria-label
attribute.
Signed-off-by: Domingo Oropeza <[email protected]>
Signed-off-by: Domingo Oropeza <[email protected]>
5831ae3
to
48f6c59
Compare
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.
There are accessibility issues in these changes.
Signed-off-by: Domingo Oropeza <[email protected]>
48f6c59
to
188510d
Compare
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.
There are accessibility issues in these changes.
Changes description
Add APN policy task to backend
Checklist
Please check if your PR fulfills the following specifications:
References
Closes #404