[ https://issues.apache.org/jira/browse/GEODE-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16041371#comment-16041371 ]
ASF subversion and git services commented on GEODE-2555: -------------------------------------------------------- Commit 991952534d58b87fbfedc155af5d6d88b0cb1bbe in geode's branch refs/heads/release/1.2.0 from [~dbarnes97] [ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=9919525 ] GEODE-2555: Region Management docs page refers to the wrong field (id= should be refid=) > Region Management docs page refers to the wrong field > ----------------------------------------------------- > > Key: GEODE-2555 > URL: https://issues.apache.org/jira/browse/GEODE-2555 > Project: Geode > Issue Type: Bug > Components: docs > Affects Versions: 1.1.0 > Reporter: Galen O'Sullivan > Assignee: Dave Barnes > Priority: Minor > > In > https://geode.apache.org/docs/guide/11/basic_config/data_regions/managing_data_regions.html > {code} > <region name="Portfolios" id="REPLICATE"> > {code} > should be > {code} > <region name="Portfolios" refid="REPLICATE"> > {code} > The region tag doesn't support an id attribute, only refid. Copypasting the > given config gives me an error. -- This message was sent by Atlassian JIRA (v6.3.15#6346)