Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
firebase_php
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
firebase_php
Commits
3366aa08
Commit
3366aa08
authored
11 months ago
by
Patrick Kenny
Browse files
Options
Downloads
Patches
Plain Diff
coding standards
parent
c222e4f9
No related branches found
No related tags found
2 merge requests
!31
Issue #3449611 by ptmkenny: Allow the badge count to be set on the test notification form
,
!26
allow badge count to be tested on send message form
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Form/FirebasePhpSendTestMessageForm.php
+3
-3
3 additions, 3 deletions
src/Form/FirebasePhpSendTestMessageForm.php
with
3 additions
and
3 deletions
src/Form/FirebasePhpSendTestMessageForm.php
+
3
−
3
View file @
3366aa08
...
...
@@ -94,9 +94,9 @@ final class FirebasePhpSendTestMessageForm extends FormBase {
$form_state
->
getValue
(
'title'
),
$form_state
->
getValue
(
'message'
),
$form_state
->
getValue
(
'device_token'
),
null
,
null
,
null
,
NULL
,
NULL
,
NULL
,
intval
(
$form_state
->
getValue
(
'badge_count'
)),
);
$this
->
messenger
()
->
addStatus
(
$this
->
t
(
'The test message has been sent.'
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment