mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
Update src/plugins/built-in/globalSearch/src/indexing/actions.ts
Co-authored-by: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com>
This commit is contained in:
@@ -116,16 +116,6 @@ export const actionMap: Record<string, ActionHandler<any>> = {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// Log everything for debugging
|
|
||||||
console.log("[Assessment Action] Item ID:", itemClone.id);
|
|
||||||
try {
|
|
||||||
console.log("[Assessment Action] Metadata keys:", Object.keys(metadata));
|
|
||||||
console.log("[Assessment Action] Full metadata (stringified):", JSON.stringify(metadata, null, 2));
|
|
||||||
} catch (e) {
|
|
||||||
console.warn("[Assessment Action] Could not stringify metadata:", e);
|
|
||||||
console.log("[Assessment Action] Metadata (direct):", metadata);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (getMetadataValue('isMessageBased')) {
|
if (getMetadataValue('isMessageBased')) {
|
||||||
window.location.hash = `#?page=/messages`;
|
window.location.hash = `#?page=/messages`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user