Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OSE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
OSE
Commits
1a96164f
Commit
1a96164f
authored
3 years ago
by
Antony Le Courtes
Browse files
Options
Downloads
Patches
Plain Diff
Synchro voirie avec SIHAM (via octopus)
parent
51b37722
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/Connecteurs-Import/Octopus/SRC_VOIRIE.sql
+13
-0
13 additions, 0 deletions
doc/Connecteurs-Import/Octopus/SRC_VOIRIE.sql
module/Application/src/Application/Form/Adresse/AdresseFieldset.php
+3
-1
3 additions, 1 deletion
...lication/src/Application/Form/Adresse/AdresseFieldset.php
with
16 additions
and
1 deletion
doc/Connecteurs-Import/Octopus/SRC_VOIRIE.sql
0 → 100644
+
13
−
0
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'
This diff is collapsed.
Click to expand it.
module/Application/src/Application/Form/Adresse/AdresseFieldset.php
+
3
−
1
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'
,
...
...
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