Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
flat_taxonomy
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
flat_taxonomy
Merge requests
!5
An error occurred while fetching the assigned milestone of the selected merge_request.
Update Readme.md file accroding to markdown template
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Update Readme.md file accroding to markdown template
issue/flat_taxonomy-3343295:3343295-update-readme.md-file
into
8.x-1.x
Overview
0
Commits
3
Pipelines
0
Changes
1
Merged
Update Readme.md file accroding to markdown template
Sahil Goyal
requested to merge
issue/flat_taxonomy-3343295:3343295-update-readme.md-file
into
8.x-1.x
Feb 21, 2023
Overview
0
Commits
3
Pipelines
0
Changes
1
Closes
#3343295
0
0
Merge request reports
Compare
8.x-1.x
version 3
b37aa183
Jun 23, 2023
version 2
53413ca5
Mar 15, 2023
version 1
4793d6d7
Feb 21, 2023
8.x-1.x (base)
and
latest version
latest version
c383362f
3 commits,
Jul 4, 2023
version 3
b37aa183
3 commits,
Jun 23, 2023
version 2
53413ca5
2 commits,
Mar 15, 2023
version 1
4793d6d7
1 commit,
Feb 21, 2023
1 file
+
53
−
43
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
53
−
43
View file @ c383362f
Edit in single-file editor
Open in Web IDE
CONTENTS OF THIS FILE
---------------------
*
Introduction
*
Installation
*
Configuration
*
Maintainers
INTRODUCTION
------------
This is a very basic module which provide a new option in vocabulary
creation/edition form to enforce it to be flat.
As a developer, I faced some situation where the vocabulary
was supposed to be flat and development have been done based
on that assumption. Later, a contributor creates a new term
using the parent field (hierarchical vocabulary).
It causes issue on the front-end or at least
it is confusing for the contributor.
This module should avoid the situation by
removing the possibility to create nested terms.
Alter the term creation/edition for to be sure it is impossible
to select a parent.
Alter the term overview page to be sure it is impossible to
create a nested vocabulary.
The Drupal 7 version of the module has some additional features:
*
Drush integration to flatten a vocabulary
*
Confirmation step on vocabulary edition form if the form is
flagged to be flatten but contains nested terms.
# Flat taxonomy
This is a very basic module which provide a new option in vocabulary
creation/edition form to enforce it to be flat. As a developer, I faced some
situation where the vocabulary was supposed to be flat and development have been
done based on that assumption. Later, a contributor creates a new term using the
parent field (hierarchical vocabulary). It causes issue on the front-end or at
least it is confusing for the contributor. This module should avoid the
situation by removing the possibility to create nested terms.
Alter the term creation/edition for to be sure it is impossible to select a
parent.
Alter the term overview page to be sure it is impossible to create a nested
vocabulary.
The Drupal version of the module has some additional features:
-
Drush integration to flatten a vocabulary.
-
Confirmation step on vocabulary edition form if the form is flagged to be
flatten but contains nested terms.
Any new feature to be added to the module is welcomed ;-)
*
For a full description of the module, visit the project page:
https://www.drupal.org/project/flat_taxonomy
For a full description of the module, visit the
[
project page
](
https://www.drupal.org/project/flat_taxonomy
)
.
To submit bug reports and feature suggestions, or track changes in the
[
issue queue
](
https://www.drupal.org/project/issues/flat_taxonomy
)
.
## Table of contents
-
Requirements
-
Installation
-
Configuration
-
Maintainers
## Requirements
This module requires no modules outside of Drupal core.
## Installation
Install as you would normally install a contributed Drupal module. For further
information, see
[
Installing Drupal Modules
](
https://www.drupal.org/docs/extending-drupal/installing-drupal-modules
)
.
*
To submit bug reports and feature suggestions, or to track changes:
https://www.drupal.org/project/issues/flat_taxonomy
## Configuration
INSTALLATION
------------
1.
Enable the module at Administration > Extend.
2.
When creating new texonomy a new checkbox to be appearing to the bottom side.
3.
Checking up the checkbox should avoid the situation by removing the
possibility to create nested terms.
*
Install as you would normally install a contributed Drupal module. Visit
https://www.drupal.org/node/1897420 for further information.
MAINTAINERS
-----------
## Maintainers
*
vbouchet -
https://www.drupal.org/u/vbouchet
-
Vincent Bouchet -
[
vbouchet
](
https://www.drupal.org/u/vbouchet
)
Loading