Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
This update includes fixes for several bugs, as well as one new feature. It is basically a complete reworking of the way locations from nodes and other sources are chosen and formatted for display in the location chooser select box.
The display of unpublished nodes is now optional, and it is now disabled by default; anyone using source locations from unpublished nodes as part of their workflow will need to turn on that option after upgrading.
The select list should now respect the rules set by node access modules, with some limitations as explained below.
There is now an option to display only nodes authored by the current user.
The options in the select list are no longer doubly escaped.
Finally, a note: This module essentially treats locations separately from the nodes and users to which they are attached, in order to allow site editors to re-use those locations in the creation of other content. Such a workflow has some security implications that deviate from standard Drupal practices; for example, a person editing an event created by another user would be able to see whatever location that other user had chosen for the event, regardless of display options, permissions, or rules provided by node access modules. While this is most likely what any site administrator using this module would want, those implications are now spelled out clearly on the module settings page and in the README file.