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
a5d94a47
Commit
a5d94a47
authored
Feb 18, 2020
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] Forest/Node settings.
parent
f27c3b02
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Node.purs
src/Gargantext/Components/Forest/Tree/Node.purs
+1
-1
Types.purs
src/Gargantext/Types.purs
+2
-1
No files found.
src/Gargantext/Components/Forest/Tree/Node.purs
View file @
a5d94a47
...
@@ -111,7 +111,7 @@ settingsBox FolderShared = SettingsBox {
...
@@ -111,7 +111,7 @@ settingsBox FolderShared = SettingsBox {
show: true
show: true
, edit : true
, edit : true
, doc : Documentation FolderShared
, doc : Documentation FolderShared
, buttons : [ Add [Team, Folder
Shared
]
, buttons : [ Add [Team, Folder]
]
]
}
}
...
...
src/Gargantext/Types.purs
View file @
a5d94a47
...
@@ -156,7 +156,7 @@ instance showNodeType :: Show NodeType where
...
@@ -156,7 +156,7 @@ instance showNodeType :: Show NodeType where
show FolderShared = "NodeFolderShared" -- Node Share Worktop
show FolderShared = "NodeFolderShared" -- Node Share Worktop
show FolderPublic = "NodeFolderPublic" -- Node Public Worktop
show FolderPublic = "NodeFolderPublic" -- Node Public Worktop
show Annuaire = "Annuaire"
show Annuaire = "
Node
Annuaire"
show NodeContact = "NodeContact"
show NodeContact = "NodeContact"
show Corpus = "NodeCorpus"
show Corpus = "NodeCorpus"
show Dashboard = "NodeDashboard"
show Dashboard = "NodeDashboard"
...
@@ -194,6 +194,7 @@ readNodeType "Tree" = Tree
...
@@ -194,6 +194,7 @@ readNodeType "Tree" = Tree
readNodeType "NodeTeam" = Team
readNodeType "NodeTeam" = Team
readNodeType "NodeList" = NodeList
readNodeType "NodeList" = NodeList
readNodeType "NodeTexts" = Texts
readNodeType "NodeTexts" = Texts
readNodeType "Annuaire" = Annuaire
readNodeType _ = Error
readNodeType _ = Error
...
...
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