]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Presenter/RequirementSpecTextBlock.pm
Überflüssigen Code entfernt
[mfinanz.git] / SL / Presenter / RequirementSpecTextBlock.pm
index 8e2eb81a1f5a06b582a66351211f08fe5cadcd7a..dc045ff312755cb7b44cf0aa3446643c456077f5 100644 (file)
@@ -16,7 +16,7 @@ sub requirement_spec_text_block_jstree_data {
 
   return {
     data     => $text_block->title || '',
-    metadata => { id =>         $text_block->id, type => 'textblock' },
+    metadata => { id =>         $text_block->id, type => 'text-block' },
     attr     => { id => "tb-" . $text_block->id, href => $params{href} || '#', class => 'text-block-context-menu' },
   };
 }