Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Gustavo pantoja
api
Merge requests
!51
valores
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Gustavo pantoja
requested to merge
fixcode-RejeitaPropostaZeroString
into
main
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
0
0
Compare
main
main (base)
and
latest version
latest version
8d8f34bd
1 commit,
1 year ago
1 file
+
2
−
2
Expand all files
Preferences
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
app/Http/Controllers/SolicitacaoController.php
+
2
−
2
Options
View file @ 8d8f34bd
Edit in single-file editor
Open in Web IDE
Show full file
@@ -246,8 +246,8 @@ public function aprovaSolicitacaoPropostaServidor(Request $request, MensageriaSe
$_url_adf
=
env
(
'URL_LEGADO'
,
'http://localhost'
);
$_url_adf
=
$_url_adf
.
"/sysservicesapi/?a=ShowAdf&adf-proposta="
.
$proposta
->
cd_proposta
;
$_url_adf
=
"<a href=
\"
$_url_adf
\"
target=
\"
_self
\"
>"
.
$
pro
posta
->
cd_proposta
.
"</a>"
;
$msg
=
"
Sua solicitação foi aprovada, você pode acessar através do endereço:
$_url_adf
"
;
$_url_adf
=
"<a href=
\"
$_url_adf
\"
target=
\"
_self
\"
>"
.
"A
pro
vada"
.
"</a>"
;
$msg
=
"
$_url_adf
"
;
$mocado
=
[
'num_solicitacao'
=>
''
.
$proposta
->
cd_proposta
,
Menu
Explore
Projects
Groups
Topics
Snippets