TEST CASE Ticket (closed)

Bug when we use $this->view = 'Themed';

###O que aconteceu: When we apply one theme the plugin not works correct, probably because of this {{{ $this->view = 'Themed'; }}} ###O que era esperado: - outro resultado
on 05.11.09 reported by: krolow owned by: mark_story
on 05.12.09 by mark_story
  • owner was changed to mark_story
  • type was changed to bug
**Themed** is not a View class in core. Setting `$this->view` in your controller action, or beforeRender() will disable DebugKit. This is intentional, as it would be otherwise impossible to use MediaView for only one action in a controller. I've been using **Theme** view with out issue, perhaps you can give some more information about the issue you're having. Lastly, give the newest revisions a try, see if that fixes your issue.
on 07.13.09 by mark_story
  • type was changed to test_case
Moved to testcase, waiting for more information.
(works-for-me) on 09.14.09 by mark_story
  • status was changed to closed
  • resolution was changed to works-for-me
Closing, no means of reproduction have been provided and I have yet to have an issue when using Themed views. Please re-open if you continue to have issues.