X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/bf9adfbab97311abf09cbbcf9f3d72f707d8a3af..e5ced2fbb1ba734129e424e26648862d13fe42e7:/SL/Presenter/RequirementSpecTextBlock.pm diff --git a/SL/Presenter/RequirementSpecTextBlock.pm b/SL/Presenter/RequirementSpecTextBlock.pm index 8e2eb81a1..dc045ff31 100644 --- a/SL/Presenter/RequirementSpecTextBlock.pm +++ b/SL/Presenter/RequirementSpecTextBlock.pm @@ -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' }, }; }