NCEAS / morpho

Morpho metadata editor
GNU General Public License v2.0
3 stars 1 forks source link

Allow a mix of MN URL and MN Node Name values in the preferences screen #1003

Closed mbjones closed 6 years ago

mbjones commented 6 years ago

Author Name: ben leinfelder (ben leinfelder) Original Redmine Issue: 5852, https://projects.ecoinformatics.org/ecoinfo/issues/5852 Original Date: 2013-02-05 Original Assignee: ben leinfelder


I think we can be more clever with mixing and matching the selection combobox with MNodeSelectionObjects (listed from the CN) and String URLs (manually entered). We only save the MN URL in the configuration file, so we'd rely on matching that up with the list from the CN. We can't store nodeId since an unregistered MN will not have one and we really do need the URL, not just a random [unregistered] nodeId in the Morpho config.

mbjones commented 6 years ago

Original Redmine Comment Author Name: ben leinfelder (ben leinfelder) Original Date: 2013-02-08T19:54:04Z


Now displaying the Node Name in the selection list. You can type the Node Base URL if your MN is not registered with the CN and we will use that manually entered URL. If (in the future) a node is registered with that same URL, it will then show the node name as the selected entry. This is pretty slick, actually.

mbjones commented 6 years ago

Original Redmine Comment Author Name: Redmine Admin (Redmine Admin) Original Date: 2013-03-27T21:31:53Z


Original Bugzilla ID was 5852