From 407c31855620f7058a870155b12090cb72f262a4 Mon Sep 17 00:00:00 2001 From: Amigo <49749100+aamigo@users.noreply.github.com> Date: Tue, 6 Aug 2019 11:20:09 +0200 Subject: [PATCH] Updated 041 Upgrade to JCB v2.5.8 and using the new Admin View and Admin Fields (markdown) --- ...CB-v2.5.8-and-using-the-new-Admin-View-and-Admin-Fields.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/041-Upgrade-to-JCB-v2.5.8-and-using-the-new-Admin-View-and-Admin-Fields.md b/041-Upgrade-to-JCB-v2.5.8-and-using-the-new-Admin-View-and-Admin-Fields.md index 198e49a..fd61a90 100644 --- a/041-Upgrade-to-JCB-v2.5.8-and-using-the-new-Admin-View-and-Admin-Fields.md +++ b/041-Upgrade-to-JCB-v2.5.8-and-using-the-new-Admin-View-and-Admin-Fields.md @@ -55,8 +55,8 @@ Within the Get file where most of these sub forms are now needed, we have in the * ### Converts [00:10:15](https://www.youtube.com/watch?v=YaycQcsMpOs&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=00h10m15s) -<<< -It converts it and sets it back to the data set, and to ensure that we store it back into the database, this little string '$objectUpdate->addpermissions=json_encode($bucket);. So it goes on doing it everywhere where we expect to find values that still may have been missed. + +It converts it and sets it back to the data set, and this string '$objectUpdate->addpermissions=json_encode($bucket);is used to ensure that it gets stored in the database. So it does everywhere where values still may be expected to have been missed. << * ### Updates