Skip to content

Commit

Permalink
#118 remove 'project' subtype (to manage as subject)
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Feb 13, 2021
1 parent 53530e9 commit f453e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/geoflow_entity.R
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
geoflow_entity <- R6Class("geoflow_entity",
private = list(
allowedKeyValuesFor = list(
descriptions = c("abstract", "purpose", "info", "project")
descriptions = c("abstract", "purpose", "info")
)
),
public = list(
Expand Down

0 comments on commit f453e3a

Please sign in to comment.