Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GoGoCarto
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
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
Pixel Humain
GoGoCarto
Commits
1ff8f2bf
Commit
1ff8f2bf
authored
3 years ago
by
Sebastian Castro
Browse files
Options
Downloads
Patches
Plain Diff
Revert "taxonomy-admin: hide children form cause not working"
This reverts commit
671d10f2
.
parent
b7fd005a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Admin/CategoryAdmin.php
+8
-9
8 additions, 9 deletions
src/Admin/CategoryAdmin.php
src/Admin/OptionAdmin.php
+7
-8
7 additions, 8 deletions
src/Admin/OptionAdmin.php
with
15 additions
and
17 deletions
src/Admin/CategoryAdmin.php
+
8
−
9
View file @
1ff8f2bf
...
...
@@ -74,15 +74,14 @@ class CategoryAdmin extends GoGoAbstractAdmin
->
add
(
'displayInInfoBar'
)
->
add
(
'displayInForm'
)
->
end
()
// 05/2021 not working properly so hiding
// ->panel('categories', array('class' => 'col-xs-12 sub-options-container'))
// ->add('isFixture', HiddenType::class, ['attr' => ['class' => 'gogo-sort-options'], 'label_attr' => ['style' => 'display:none']])
// ->add('options', CollectionType::class, array(
// 'by_reference' => false,
// 'entry_type' => OptionLiteType::class,
// 'allow_add' => true,
// 'label_attr'=> ['style'=> 'display:none']))
// ->end()
->
panel
(
'categories'
,
array
(
'class'
=>
'col-xs-12 sub-options-container'
))
->
add
(
'isFixture'
,
HiddenType
::
class
,
[
'attr'
=>
[
'class'
=>
'gogo-sort-options'
],
'label_attr'
=>
[
'style'
=>
'display:none'
]])
->
add
(
'options'
,
CollectionType
::
class
,
array
(
'by_reference'
=>
false
,
'entry_type'
=>
OptionLiteType
::
class
,
'allow_add'
=>
true
,
'label_attr'
=>
[
'style'
=>
'display:none'
]))
->
end
()
;
}
...
...
This diff is collapsed.
Click to expand it.
src/Admin/OptionAdmin.php
+
7
−
8
View file @
1ff8f2bf
...
...
@@ -71,14 +71,13 @@ class OptionAdmin extends GoGoAbstractAdmin
->
add
(
'displayInInfoBar'
)
->
add
(
'displayInForm'
)
->
end
()
// 05/2021 not working properly so hiding
// ->panel('subcategories', array('class' => 'col-xs-12 sub-categories-container'))
// ->add('subcategories', CollectionType::class, array(
// 'by_reference' => false,
// 'entry_type' => CategoryLiteType::class,
// 'allow_add' => true,
// 'label_attr'=> ['style'=> 'display:none']))
// ->end()
->
panel
(
'subcategories'
,
array
(
'class'
=>
'col-xs-12 sub-categories-container'
))
->
add
(
'subcategories'
,
CollectionType
::
class
,
array
(
'by_reference'
=>
false
,
'entry_type'
=>
CategoryLiteType
::
class
,
'allow_add'
=>
true
,
'label_attr'
=>
[
'style'
=>
'display:none'
]))
->
end
()
->
end
()
->
tab
(
'advanced'
)
->
halfPanelDefault
(
'secondary'
)
...
...
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