Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
anis
anis-server
Commits
1f0601c0
Commit
1f0601c0
authored
Sep 04, 2019
by
François Agneray
Browse files
#36
=> done
parent
813f3b4f
Changes
6
Hide whitespace changes
Inline
Side-by-side
src/Entity/Admin/SettingsSelect.php
View file @
1f0601c0
...
...
@@ -43,7 +43,6 @@ class SettingsSelect implements \JsonSerializable
* @var Anis\Entity\SettingsOption[]
*
* @OneToMany(targetEntity="SettingsOption", mappedBy="settingsSelect", cascade={"remove"})
* @OrderBy({"display" = "ASC"})
*/
protected
$settingsOptions
;
...
...
src/Entity/Metamodel/CriteriaFamily.php
View file @
1f0601c0
...
...
@@ -43,7 +43,6 @@ class CriteriaFamily implements \JsonSerializable
* @var Anis\Entity\Attribute[]
*
* @OneToMany(targetEntity="Attribute", mappedBy="criteriaFamily")
* @OrderBy({"criteriaDisplay" = "ASC"})
*/
protected
$attributes
;
...
...
src/Entity/Metamodel/Dataset.php
View file @
1f0601c0
...
...
@@ -95,7 +95,6 @@ class Dataset implements \JsonSerializable
* @var Anis\Entity\Attribute[]
*
* @OneToMany(targetEntity="Attribute", mappedBy="dataset", cascade={"remove"})
* @OrderBy({"outputDisplay" = "ASC"})
*/
protected
$attributes
;
...
...
src/Entity/Metamodel/DatasetFamily.php
View file @
1f0601c0
...
...
@@ -45,7 +45,6 @@ class DatasetFamily implements \JsonSerializable
* @var Anis\Entity\Dataset[]
*
* @OneToMany(targetEntity="Dataset", mappedBy="datasetFamily")
* @OrderBy({"display" = "ASC"})
*/
protected
$datasets
;
...
...
src/Entity/Metamodel/OutputCategory.php
View file @
1f0601c0
...
...
@@ -51,7 +51,6 @@ class OutputCategory implements \JsonSerializable
* @var Anis\Entity\Attribute[]
*
* @OneToMany(targetEntity="Attribute", mappedBy="outputCategory")
* @OrderBy({"outputDisplay" = "ASC"})
*/
protected
$attributes
;
...
...
src/Entity/Metamodel/OutputFamily.php
View file @
1f0601c0
...
...
@@ -43,7 +43,6 @@ class OutputFamily implements \JsonSerializable
* @var Anis\Entity\OutputCategory[]
*
* @OneToMany(targetEntity="OutputCategory", mappedBy="outputFamily", cascade={"remove"})
* @OrderBy({"display" = "ASC"})
*/
protected
$outputCategories
;
...
...
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