Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Grégoire Locqueville
purescript-gargantext
Commits
906b6406
Commit
906b6406
authored
Feb 06, 2020
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[TREE] avoid to delete mandatory folders (private/shared/public)
parent
6eb24204
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
Node.purs
src/Gargantext/Components/Forest/Tree/Node.purs
+1
-7
No files found.
src/Gargantext/Components/Forest/Tree/Node.purs
View file @
906b6406
...
...
@@ -79,10 +79,6 @@ settingsBox NodeUser = SettingsBox {
, edit : false
, doc : Documentation NodeUser
, buttons : [ SearchBox
, Add [ FolderPrivate
, FolderShared
, FolderPublic
]
, Delete
]
}
...
...
@@ -96,7 +92,7 @@ settingsBox FolderPrivate = SettingsBox {
, Folder
, Annuaire
]
, Delete
]
]
}
settingsBox Team = SettingsBox {
...
...
@@ -116,7 +112,6 @@ settingsBox FolderShared = SettingsBox {
, edit : true
, doc : Documentation FolderShared
, buttons : [ Add [Team, FolderShared]
, Delete
]
}
...
...
@@ -128,7 +123,6 @@ settingsBox FolderPublic = SettingsBox {
, Add [ Corpus
, Folder
]-}
Delete
]
}
...
...
Write
Preview
Markdown
is supported
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