diff Lib/IMPL/Web/Handler/TTView.pm @ 281:a8dbddf491dd

refactoring *IMPL::declare reset abstractProps static property after implementing these props *IMPL::Serialization: fixed bug with multiple text parts inside one node *IMPL::Web::Handler::TTView: removed obsolete property 'location' from 'view' template variable
author cin
date Mon, 11 Feb 2013 00:58:22 +0400
parents 89179bb8c388
children 546957c50a36
line wrap: on
line diff
--- a/Lib/IMPL/Web/Handler/TTView.pm	Wed Feb 06 02:15:48 2013 +0400
+++ b/Lib/IMPL/Web/Handler/TTView.pm	Mon Feb 11 00:58:22 2013 +0400
@@ -48,8 +48,6 @@
         $view = ViewResult->new(model => $model);
     }
     
-    $view->location($action->context->{resourceLocation}) unless $view->location;
-    
     my $vars = {
         view        => $view,
         model       => $model,