Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
1a96164f
Commit
1a96164f
authored
Nov 16, 2021
by
Antony Le Courtes
Browse files
Synchro voirie avec SIHAM (via octopus)
parent
51b37722
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/Connecteurs-Import/Octopus/SRC_VOIRIE.sql
0 → 100644
View file @
1a96164f
CREATE
OR
REPLACE
VIEW
SRC_VOIRIE
AS
SELECT
vvsn
.
code
code
,
vvsn
.
libelle
libelle
,
src
.
id
source_id
,
vvsn
.
code
source_code
,
vvsn
.
code
core
FROM
octo
.
v_via_siham_nomenclatures
@
octoprod
vvsn
JOIN
source
src
ON
src
.
code
=
'Octopus'
WHERE
vvsn
.
cdstco
=
'VNT'
module/Application/src/Application/Form/Adresse/AdresseFieldset.php
View file @
1a96164f
...
...
@@ -115,12 +115,14 @@ class AdresseFieldset extends AbstractFieldset
/**
* voirie
*/
$qb
=
$this
->
getServiceVoirie
()
->
finderByHistorique
();
$voiries
=
\
UnicaenApp\Util
::
collectionAsOptions
(
$this
->
getServiceVoirie
()
->
getList
(
$qb
));
$this
->
add
([
'name'
=>
'voirie'
,
'options'
=>
[
'label'
=>
'Voirie'
,
'empty_option'
=>
' '
,
'value_options'
=>
\
UnicaenApp\Util
::
collectionAsOptions
(
$this
->
getServiceVoirie
()
->
getList
())
,
'value_options'
=>
$voiries
,
],
'attributes'
=>
[
'class'
=>
'selectpicker dossierElement'
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment