7d56cd6635651dfd4c9926d062d92ad7b65a3e80 chmalee Wed Jun 3 14:52:52 2026 -0700 More myVariants changes: make the share to accept a comma-sep list of usernames, allow both the read/edit flag and the usernames setting to be editable after creation. When editing usernames, add a confirmation if the field is left blank that this will make the share viewable/editable by anyone with the link, refs #33808 diff --git src/hg/hgTrackUi/hgTrackUi.c src/hg/hgTrackUi/hgTrackUi.c index 283f09fd806..635aeb1997e 100644 --- src/hg/hgTrackUi/hgTrackUi.c +++ src/hg/hgTrackUi/hgTrackUi.c @@ -3325,31 +3325,32 @@ printf("\n"); struct slName *projects = myVariantsGetProjects(userName); struct slName *p; for (p = projects; p != NULL; p = p->next) printf("\n", htmlEncode(p->name), htmlEncode(p->name)); slFreeList(&projects); printf("\n"); /* Permission radios */ printf("Permission:" " " "" "\n"); printf("Share with:" "\n"); + " placeholder=\"Username(s), comma-separated (blank = anyone with link)\"" + " style=\"width:250px\">\n"); printf("Label:" "\n"); printf("\n"); printf("\n"); printf("
" "Share URL: " "" "
\n"); printf("\n"); printf("
\n"); printf("
\n"); printf("

Active shares

\n");