Allow non-admins to edit their cards during voting (title locked)
This commit is contained in:
@@ -118,7 +118,7 @@ export function renderAllSuggestions() {
|
|||||||
const list = $("all-suggestions");
|
const list = $("all-suggestions");
|
||||||
if (!list) return;
|
if (!list) return;
|
||||||
list.innerHTML = "";
|
list.innerHTML = "";
|
||||||
const allowEdit = !!state.me?.isAdmin;
|
const allowEdit = true; // allow own edits (optional fields) in vote
|
||||||
const allowDelete = !!state.me?.isAdmin;
|
const allowDelete = !!state.me?.isAdmin;
|
||||||
state.allSuggestions.forEach((s) =>
|
state.allSuggestions.forEach((s) =>
|
||||||
list.appendChild(
|
list.appendChild(
|
||||||
|
|||||||
Reference in New Issue
Block a user