Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
M
my.typo3.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
t3o
my.typo3.org
Commits
c8a69417
Commit
c8a69417
authored
Jun 01, 2019
by
NITSAN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[BUG] Changed depricated code from @dontvalidate to @ignorevalidation
parent
93786b44
Pipeline
#7137
passed with stages
in 3 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
extensions/t3o_slack/Classes/Controller/SlackUserController.php
...ions/t3o_slack/Classes/Controller/SlackUserController.php
+6
-6
No files found.
extensions/t3o_slack/Classes/Controller/SlackUserController.php
View file @
c8a69417
...
...
@@ -38,7 +38,7 @@ class SlackUserController extends ActionController
* action new
*
* @param \T3o\T3oSlack\Domain\Model\SlackUser $newSlackUser
* @
dontvalidate
$newSlackUser
* @
ignorevalidation
$newSlackUser
*/
public
function
newAction
(
SlackUser
$newSlackUser
=
null
)
{
...
...
@@ -68,7 +68,7 @@ class SlackUserController extends ActionController
* action for errors and messages
*
* @param \T3o\T3oSlack\Domain\Model\SlackUser $newSlackUser
* @
dontvalidate
$newSlackUser
* @
ignorevalidation
$newSlackUser
*/
public
function
messageAction
(
SlackUser
$newSlackUser
=
null
)
{
...
...
@@ -142,7 +142,7 @@ class SlackUserController extends ActionController
$logger
->
error
(
'not handled exception in t3o_slack'
,
[
'response'
=>
$error
'response'
=>
$error
,
]
);
if
(
$response
[
'error'
])
{
...
...
@@ -242,7 +242,7 @@ class SlackUserController extends ActionController
/**
* @param \T3o\T3oSlack\Domain\Model\SlackUser $newSlackUser
* @
dontvalidate
$newSlackUser
* @
ignorevalidation
$newSlackUser
*/
public
function
sendConfirmationMailAction
(
$newSlackUser
)
{
...
...
@@ -286,7 +286,7 @@ class SlackUserController extends ActionController
/**
* @param \T3o\T3oSlack\Domain\Model\SlackUser $newSlackUser
* @
dontvalidate
$newSlackUser
* @
ignorevalidation
$newSlackUser
* @return bool
*/
public
function
sendConfirmationMail
(
$newSlackUser
)
...
...
@@ -308,7 +308,7 @@ class SlackUserController extends ActionController
[
'user'
=>
$user
,
'hash'
=>
HashUtility
::
createHashForUser
(
$user
),
'mail'
=>
$newSlackUser
->
getEmail
()
'mail'
=>
$newSlackUser
->
getEmail
()
,
],
$femanagerSettings
[
'new.'
][
'email.'
][
'createUserConfirmation.'
]
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment