OSDN Git Service

fix: view
[pettanr/pettanr.git] / app / assets / javascripts / work / items.js.coffee.erb
index 34ccc52..c9e1aab 100644 (file)
@@ -10,8 +10,8 @@
   scroll_panel: {\r
     type: 'leaf',\r
     args: {\r
-      parent_model_name: 'scroll',\r
-      destination_model_name: 'panel',\r
+      parent_item_name: 'scroll',\r
+      destination_item_name: 'panel',\r
     },\r
   },\r
   comic: {\r
@@ -22,8 +22,8 @@
   comic_story: {\r
     type: 'leaf',\r
     args: {\r
-      parent_model_name: 'comic',\r
-      destination_model_name: 'story',\r
+      parent_item_name: 'comic',\r
+      destination_item_name: 'story',\r
     },\r
   },\r
   story: {\r
@@ -34,8 +34,8 @@
   story_sheet: {\r
     type: 'leaf',\r
     args: {\r
-      parent_model_name: 'story',\r
-      destination_model_name: 'sheet',\r
+      parent_item_name: 'story',\r
+      destination_item_name: 'sheet',\r
     },\r
   },\r
   sheet: {\r
@@ -46,7 +46,7 @@
   sheet_panel: {\r
     type: 'element',\r
     args: {\r
-      parent_model_name: 'sheet',\r
+      parent_item_name: 'sheet',\r
     },\r
   },\r
   panel: {\r
   panel_picture: {\r
     type: 'element',\r
     args: {\r
-      parent_model_name: 'panel',\r
+      parent_item_name: 'panel',\r
     },\r
   },\r
   speech_balloon: {\r
     type: 'element',\r
     args: {\r
-      parent_model_name: 'panel',\r
+      parent_item_name: 'panel',\r
       boost: {\r
         speech_balloon_template: {\r
           extend_model_class_name: 'SpeechBalloon',\r
@@ -75,7 +75,7 @@
   balloon: {\r
     type: 'element',\r
     args: {\r
-      parent_model_name: 'speech_balloon',\r
+      parent_item_name: 'speech_balloon',\r
       boost: {\r
         speech_balloon_template: {\r
           extend_model_class_name: 'Balloon',\r
@@ -87,7 +87,7 @@
   speech: {\r
     type: 'element',\r
     args: {\r
-      parent_model_name: 'speech_balloon',\r
+      parent_item_name: 'speech_balloon',\r
       boost: {\r
         writing_format: {\r
           level: 'read',\r
   ground_picture: {\r
     type: 'element',\r
     args: {\r
-      parent_model_name: 'panel',\r
+      parent_item_name: 'panel',\r
     },\r
   },\r
   ground_color: {\r
     type: 'element',\r
     args: {\r
-      parent_model_name: 'panel',\r
+      parent_item_name: 'panel',\r
     },\r
   },\r
   original_picture: {\r
       },\r
     },\r
   },\r
+  resource_picture_picture: {\r
+  },\r
   original_picture_license_group: {\r
   },\r
   original_picture_license: {\r
   license: {\r
     type: 'system_resource',\r
     args: {\r
-      parent_model_name: 'license_group',\r
+      parent_item_name: 'license_group',\r
       boost: {\r
         license_group: {\r
           extend_model_class_name: 'License',\r