Merge lp://staging/~edb/quam-plures/bring_back_podcasts into lp://staging/quam-plures
Proposed by
EdB
Status: | Merged |
---|---|
Approved by: | Tilman Blumenbach |
Approved revision: | 7606 |
Merged at revision: | 7612 |
Proposed branch: | lp://staging/~edb/quam-plures/bring_back_podcasts |
Merge into: | lp://staging/quam-plures |
Diff against target: |
12 lines (+1/-1) 1 file modified
qp_inc/items/model/_itemlistlight.class.php (+1/-1) |
To merge this branch: | bzr merge lp://staging/~edb/quam-plures/bring_back_podcasts |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Tilman Blumenbach (community) | merge | Approve | |
Review via email: mp+59985@code.staging.launchpad.net |
Description of the change
To post a comment you must log in.
Well, now podcasts show up in the admin under "Posts" while they should only show up under "Podcasts" (I guess).
Could be fixed by using is_admin_page() or something like that: Exclude podcasts if it's an admin page, include them if it's the public side. Or maybe one could override "types" if it's an admin page -- set_param()?