Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
8dfe90b0
Commit
8dfe90b0
authored
Oct 05, 2021
by
Antony Le Courtes
Browse files
Suppression fichier commit par erreur
parent
818e20b2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Siham-soapui-project.xml
deleted
100644 → 0
View file @
818e20b2
This source diff could not be displayed because it is too large. You can
view the blob
instead.
admin/actions/test_perso.php
deleted
100644 → 0
View file @
818e20b2
<?php
$bdd
=
$oa
->
getBdd
();
$console
=
$oa
->
getConsole
();
$ref
=
new
\
BddAdmin\Ddl\Ddl
();
$ref
->
loadFromDir
(
$oa
->
getOseDir
()
.
'data/ddl'
);
$filters
=
require
$oa
->
getOseDir
()
.
'data/ddl_config.php'
;
$mm
=
new
MigrationManager
(
$oa
,
$ref
,
$filters
);
$mm
->
migration
(
'post'
,
'MigrationPrivilegesServiceEditionMasse'
);
code/sandbox.xml
deleted
100644 → 0
View file @
818e20b2
<soapenv:Envelope
xmlns:soapenv=
"http://schemas.xmlsoap.org/soap/envelope/"
xmlns:sih=
"http://siham.amue.fr"
>
<soapenv:Header/>
<soapenv:Body>
<sih:RecupStructures>
<!--Optional:-->
<ParamStructure>
<!--Optional:-->
<codeAdministration></codeAdministration>
<!--Optional:-->
<dateObservation></dateObservation>
<!--Zero or more repetitions:-->
<listeUO>
<!--Optional:-->
<codeUO></codeUO>
<!--Optional:-->
<structureUO></structureUO>
<!--Optional:-->
<typeUO></typeUO>
</listeUO>
</ParamStructure>
</sih:RecupStructures>
</soapenv:Body>
</soapenv:Envelope>
\ No newline at end of file
Write
Preview
Supports
Markdown
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