]> _ Git - fluidbook-toolbox.git/commitdiff
wip #5127 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 25 Feb 2022 18:23:03 +0000 (19:23 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 25 Feb 2022 18:23:03 +0000 (19:23 +0100)
.idea/workspace.xml
app/Fields/FluidbookID.php

index 87b5e6e0dc4e5c29b7d266144614c7284422c82c..9f4e9562bdfaa635313c807a29d7eadca4dd0a0b 100644 (file)
     <select />
   </component>
   <component name="ChangeListManager">
-    <list default="true" id="5d2ecd5e-a05a-4f96-a195-fa6372618165" name="Default Changelist" comment="wip #5041 @0.25">
-      <change afterPath="$PROJECT_DIR$/app/Fields/ElearningMediaPdfID.php" afterDir="false" />
+    <list default="true" id="5d2ecd5e-a05a-4f96-a195-fa6372618165" name="Default Changelist" comment="wait #5109 @2.5">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/app/Models/ELearningMedia.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/Models/ELearningMedia.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/app/Models/ELearningPackage.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/Models/ELearningPackage.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/app/SubForms/ElearningPackageContent.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/SubForms/ElearningPackageContent.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/resources/elearningmedia/js/app.js" beforeDir="false" afterPath="$PROJECT_DIR$/resources/elearningmedia/js/app.js" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/resources/elearningmedia/sass/app.sass" beforeDir="false" afterPath="$PROJECT_DIR$/resources/elearningmedia/sass/app.sass" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/resources/views/elearningmedia/index.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/resources/views/elearningmedia/index.blade.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/app/Fields/FluidbookID.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/Fields/FluidbookID.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
       <workItem from="1645000080912" duration="13000" />
       <workItem from="1645010493117" duration="868000" />
       <workItem from="1645090369550" duration="6000" />
-      <workItem from="1645197416166" duration="5109000" />
-    </task>
-    <task id="LOCAL-00202" summary="wip #4891 @1">
-      <created>1637315966593</created>
-      <option name="number" value="00202" />
-      <option name="presentableId" value="LOCAL-00202" />
-      <option name="project" value="LOCAL" />
-      <updated>1637315966594</updated>
+      <workItem from="1645197416166" duration="5769000" />
+      <workItem from="1645785620458" duration="1425000" />
     </task>
     <task id="LOCAL-00203" summary="wait #4891 @0.5">
       <created>1637318416657</created>
       <option name="project" value="LOCAL" />
       <updated>1644947063163</updated>
     </task>
-    <option name="localTasksCounter" value="251" />
+    <task id="LOCAL-00251" summary="wait #5109 @2.5">
+      <created>1645205998050</created>
+      <option name="number" value="00251" />
+      <option name="presentableId" value="LOCAL-00251" />
+      <option name="project" value="LOCAL" />
+      <updated>1645205998050</updated>
+    </task>
+    <option name="localTasksCounter" value="252" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
     <option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
     <option name="CHECK_NEW_TODO" value="false" />
     <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
-    <MESSAGE value="wait #4949 @2" />
     <MESSAGE value="wait #4951 @3" />
     <MESSAGE value="wip #4962 @0.5" />
     <MESSAGE value="wait #4962 @0.25" />
     <MESSAGE value="wip #5093 @0.25" />
     <MESSAGE value="wip #5093 @3" />
     <MESSAGE value="wip #5041 @0.25" />
-    <option name="LAST_COMMIT_MESSAGE" value="wip #5041 @0.25" />
+    <MESSAGE value="wait #5109 @2.5" />
+    <option name="LAST_COMMIT_MESSAGE" value="wait #5109 @2.5" />
   </component>
   <component name="XSLT-Support.FileAssociations.UIState">
     <expand />
index 6326a634344a9e74bcab550bbd5133a5a13cd0a0..1e6131a35f61f4ce29a1d1ca45aa0a6ded9a5105 100644 (file)
@@ -2,12 +2,15 @@
 
 namespace App\Fields;
 
+use Cubist\Backpack\CubistBackpackServiceProvider;
 use Cubist\Backpack\Magic\Fields\SelectFromArray;
 use Illuminate\Support\Facades\Cache;
 use Illuminate\Support\Facades\DB;
 
 class FluidbookID extends SelectFromArray
 {
+    protected $_ajax = true;
+
     public function getOptions()
     {
         if (backpack_user()) {