projects
/
WP-Plugins
/
glm-member-db-events.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82fbb4f
)
Set the venue to the member if they select use member location.
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 4 Nov 2016 19:14:46 +0000
(15:14 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 4 Nov 2016 19:14:46 +0000
(15:14 -0400)
This is so we can grab all other_ref_dest for creating a venue list.
This will behave like beer week current does.
views/admin/events/edit.html
patch
|
blob
|
history
diff --git
a/views/admin/events/edit.html
b/views/admin/events/edit.html
index
4a7cf3d
..
91d3907
100644
(file)
--- a/
views/admin/events/edit.html
+++ b/
views/admin/events/edit.html
@@
-1201,6
+1201,9
@@
$('#useMemberLocationCheckbox').on('click', function() {
if ($(this)[0].checked) {
$('#locationContainer').addClass('glm-hidden');
+ {if $settings.use_venue_locations}
+ $('#useOtherRefDest').val(memberID);
+ {/if}
} else {
$('#locationContainer').removeClass('glm-hidden');
initLocations();