Revision 7030
Added by Chris Jones almost 13 years ago
dataone-configuration.jsp | ||
---|---|---|
139 | 139 |
<img class="question-mark" src="style/images/question-mark.gif" |
140 | 140 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/dataone.html#configuring-metacat-as-a-member-node')"/> |
141 | 141 |
<div class="textinput-label"> |
142 |
<label for="dataone.memberNodeId" title="The DataONE-assigned unique identifier for this node">Node Identifier</label>
|
|
142 |
<label for="dataone.nodeId" title="The DataONE-assigned unique identifier for this node">Node Identifier</label>
|
|
143 | 143 |
</div> |
144 | 144 |
<input class="textinput" |
145 |
id="dataone.memberNodeId"
|
|
146 |
name="dataone.memberNodeId"
|
|
147 |
value="<%= request.getAttribute("dataone.memberNodeId") %>"/>
|
|
145 |
id="dataone.nodeId"
|
|
146 |
name="dataone.nodeId"
|
|
147 |
value="<%= request.getAttribute("dataone.nodeId") %>"/>
|
|
148 | 148 |
</div> |
149 | 149 |
<div class="form-row"> |
150 | 150 |
<img class="question-mark" src="style/images/question-mark.gif" |
Also available in: Unified diff
Globally change the property 'dataone.memberNodeId' to 'dataone.nodeId'. This is more useful for both MNs and CNs implemented in Metacat. Also, change D1NodeService.getLogRecords() to return log entries with the actual node id rather than the IP address (looks like a cut/paste error).
Fixes https://redmine.dataone.org/issues/2367.