You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ma...@apache.org on 2018/01/13 01:33:28 UTC

atlas git commit: ATLAS-2359: Bug in model Comment has 2 commentsOn fields

Repository: atlas
Updated Branches:
  refs/heads/master 59c676961 -> ba9566e97


ATLAS-2359: Bug in model Comment has 2 commentsOn fields

Signed-off-by: Madhan Neethiraj <ma...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/ba9566e9
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/ba9566e9
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/ba9566e9

Branch: refs/heads/master
Commit: ba9566e974f6eaf5ad075b6682b54e10902ed0c9
Parents: 59c6769
Author: David Radley <da...@uk.ibm.com>
Authored: Fri Jan 12 13:57:20 2018 +0000
Committer: Madhan Neethiraj <ma...@apache.org>
Committed: Fri Jan 12 17:32:55 2018 -0800

----------------------------------------------------------------------
 addons/models/0100-Area1-Collaboration/0150-Feedback.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/ba9566e9/addons/models/0100-Area1-Collaboration/0150-Feedback.json
----------------------------------------------------------------------
diff --git a/addons/models/0100-Area1-Collaboration/0150-Feedback.json b/addons/models/0100-Area1-Collaboration/0150-Feedback.json
index e3a2a17..0346fa5 100644
--- a/addons/models/0100-Area1-Collaboration/0150-Feedback.json
+++ b/addons/models/0100-Area1-Collaboration/0150-Feedback.json
@@ -274,7 +274,7 @@
         "isContainer": true
       },
       "endDef2": {
-        "name": "commentsOn",
+        "name": "repliesOn",
         "type": "Comment",
         "cardinality": "SINGLE"
       },