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");
|
||||
if (!list) return;
|
||||
list.innerHTML = "";
|
||||
const allowEdit = !!state.me?.isAdmin;
|
||||
const allowEdit = true; // allow own edits (optional fields) in vote
|
||||
const allowDelete = !!state.me?.isAdmin;
|
||||
state.allSuggestions.forEach((s) =>
|
||||
list.appendChild(
|
||||
|
||||
Reference in New Issue
Block a user