Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
taxonomy_manager
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
taxonomy_manager
Merge requests
!49
Render the taxonomy form without AJAX.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Render the taxonomy form without AJAX.
issue/taxonomy_manager-3046752:3046752-ajax-error-when
into
2.0.x
Overview
0
Commits
5
Pipelines
18
Changes
7
Merged
Alexander Kolesnikov
requested to merge
issue/taxonomy_manager-3046752:3046752-ajax-error-when
into
2.0.x
7 months ago
Overview
0
Commits
5
Pipelines
18
Changes
7
Expand
Closes
#3046752
0
0
Merge request reports
Compare
2.0.x
version 17
0a838c68
5 months ago
version 16
c20642c5
6 months ago
version 15
268ab732
6 months ago
version 14
aecb8f66
6 months ago
version 13
6c1c7ee1
6 months ago
version 12
33a03640
6 months ago
version 11
d658d06c
6 months ago
version 10
0d66a179
6 months ago
version 9
f9129071
6 months ago
version 8
9a60f673
6 months ago
version 7
c2232dfb
6 months ago
version 6
0cfda199
6 months ago
version 5
1ed9ae45
6 months ago
version 4
727ec16e
6 months ago
version 3
8a50fe7c
6 months ago
version 2
541844d0
6 months ago
version 1
4da2dc48
7 months ago
2.0.x (base)
and
latest version
latest version
0a838c68
5 commits,
5 months ago
version 17
0a838c68
5 commits,
5 months ago
version 16
c20642c5
4 commits,
6 months ago
version 15
268ab732
3 commits,
6 months ago
version 14
aecb8f66
2 commits,
6 months ago
version 13
6c1c7ee1
5 commits,
6 months ago
version 12
33a03640
4 commits,
6 months ago
version 11
d658d06c
3 commits,
6 months ago
version 10
0d66a179
4 commits,
6 months ago
version 9
f9129071
3 commits,
6 months ago
version 8
9a60f673
2 commits,
6 months ago
version 7
c2232dfb
2 commits,
6 months ago
version 6
0cfda199
1 commit,
6 months ago
version 5
1ed9ae45
5 commits,
6 months ago
version 4
727ec16e
4 commits,
6 months ago
version 3
8a50fe7c
3 commits,
6 months ago
version 2
541844d0
2 commits,
6 months ago
version 1
4da2dc48
1 commit,
7 months ago
7 files
+
131
−
63
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
css/taxonomy_manager.css
+
20
−
12
Options
#edit-taxonomy-manager
{
float
:
left
;
margin-right
:
1px
;
width
:
30%
;
.taxonomy-manager-wrapper
{
position
:
relative
;
}
#taxonomy-term-data-form
{
float
:
right
;
width
:
65%
;
@media
(
min-width
:
768px
)
{
[
data-drupal-selector
=
"edit-taxonomy-manager"
]
{
float
:
left
;
width
:
30%
;
}
[
data-drupal-selector
=
"edit-toolbar"
]
{
float
:
right
;
width
:
67%
;
}
#wrapper-term-edit
{
float
:
right
;
width
:
67%
;
margin-top
:
0
;
}
}
.taxonomy-manager-vocabulary-terms-form
{
margin-right
:
1px
;
}
.form-item-load-term-data
,
@@ -18,11 +31,6 @@
display
:
none
;
}
form
.taxonomy-manager-vocabulary-terms-form
{
display
:
inline-block
;
width
:
100%
;
}
.taxonomy-manager-vocabulary-terms-form
.form-item--vocabulary-switcher
{
float
:
right
;
margin
:
1rem
0.75rem
1rem
0
;
Loading