Skip to content

Commit

Permalink
[REM] remove fixed/updated todos
Browse files Browse the repository at this point in the history
  • Loading branch information
xmo-odoo committed May 19, 2014
1 parent fdc63e3 commit a416ca6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions doc/howto/howto_website.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ Let's move our 2 pseudo-templates from inline strings to actual templates:

.. patch::

.. todo:: how can I access a QWeb template from a auth=none controller?
explicitly fetch a registry using request.session.db? That's a bit
horrendous now innit?

This simplifies the controller code by moving data formatting out of it, and
generally makes it simpler for designers to edit the markup.

Expand Down Expand Up @@ -279,13 +275,6 @@ To fix the issue, we can simply add ``website`` as a dependency to ``academy``
.. patch::

.. todo:: website dispatch overrides blows up on auth=none (implicitly
inherits website's index -> ``website_enabled`` -> tries to access
``request.registry['website']`` even though ``request.registry is
None`` because ``auth='none'``)

also template issues (see above) (enabled website to "fix")

This will cause ``academy``'s index page to overwrite ``website``'s.

Reload `your openerp`_. Your old index page is back.
Expand Down

0 comments on commit a416ca6

Please sign in to comment.