mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Guest Link Sharing
- Allow links to be emailed to non-contacts by typing their email - Don't show archived contacts on the dropdown - Removed unused email send check (handled via queue now)
This commit is contained in:
@@ -12,6 +12,14 @@ function populateShareModal(client_id, item_type, item_ref_id) {
|
||||
// Show form and generate button
|
||||
document.getElementById("div_share_link_form").hidden = false;
|
||||
document.getElementById("div_share_link_generate").hidden = false;
|
||||
|
||||
$(document).ready(function() {
|
||||
$('#share_email').select2({
|
||||
tags: true,
|
||||
placeholder: 'Select or type a value',
|
||||
allowClear: true
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
function generateShareLink() {
|
||||
|
||||
Reference in New Issue
Block a user