[
https://issues.apache.org/jira/browse/GEODE-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16041370#comment-16041370
]
ASF subversion and git services commented on GEODE-2555:
--------------------------------------------------------
Commit 17a34accf945b98e7513bac2f3aeeb35abcf9149 in geode's branch
refs/heads/develop from [~dbarnes97]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=17a34ac ]
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)