Skip to content

Commit f0bbcf1

Browse files
authored
Merge pull request #71 from farazkhanfk7/postsupport
Set readable and writeable to True for supportedProperty of HydraCollection
2 parents 54eca1d + 228fcbd commit f0bbcf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hydra_python_core/doc_writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def __init__(
277277
self.supportedOperation = list() # type: List
278278
self.supportedProperty = [HydraClassProp("http://www.w3.org/ns/hydra/core#member",
279279
"members",
280-
False, False, False,
280+
True, True, False,
281281
"The members of {}".format(collection_name))]
282282
self.manages = manages
283283

0 commit comments

Comments
 (0)