Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
mapas
Mapas - MS
Commits
05de5ae5
Commit
05de5ae5
authored
3 years ago
by
erleibiazzio
Browse files
Options
Download
Email Patches
Plain Diff
Ajusta nomes das variáveis de ambientes dos plugins validadores
parent
ee4add75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
compose/common/config.d/plugins.php
compose/common/config.d/plugins.php
+2
-2
No files found.
compose/common/config.d/plugins.php
View file @
05de5ae5
...
...
@@ -312,7 +312,7 @@ return [
"name"
=>
"Validador SISGED"
,
'slug'
=>
"sisgedvalidador"
,
'is_opportunity_managed_handler'
=>
function
(
$opportunity
)
{
return
(
$opportunity
->
id
==
env
(
"MSCULTURACIDADA_GENERIC_
FUNTRAB
_OPPOTUNITY_ID"
,
137
));
return
(
$opportunity
->
id
==
env
(
"MSCULTURACIDADA_GENERIC_
SISGED
_OPPOTUNITY_ID"
,
137
));
},
]
],
...
...
@@ -322,7 +322,7 @@ return [
"name"
=>
"Validador CONSELHEIROS"
,
'slug'
=>
"conselheirosvalidador"
,
'is_opportunity_managed_handler'
=>
function
(
$opportunity
)
{
return
(
$opportunity
->
id
==
env
(
"MSCULTURACIDADA_GENERIC_
FUNTRAB
_OPPOTUNITY_ID"
,
137
));
return
(
$opportunity
->
id
==
env
(
"MSCULTURACIDADA_GENERIC_
CONSELHEIROS
_OPPOTUNITY_ID"
,
137
));
},
]
],
...
...
This diff is collapsed.
Click to expand it.
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