From 4b9b406d87a5a61f6d84cd6948fa7e0bc8fca054 Mon Sep 17 00:00:00 2001 From: Arlen Johnson Date: Thu, 9 Feb 2023 10:19:01 -0500 Subject: [PATCH] Rebasing against develop (#71) * Fix "Using $this when not in object context" error in StringUtilities.php (NOJIRA) (#67) * Addition of Person Overview/Canvas. Commit also includes reworking of subnavigation for a Person view, VueJS starter components, updates for AJAX API access, and a minor fix to textarea rendering. (CFM-205) * Revert changes to edit() and view() function signatures. (CFM-205) * Post rebase cleanup; pass flash messages to subnavigation * Output all available mvea text in Vue.js components (CFM-205) * Allow User with Session to by pass basic auth when making ajax requests (#69)