_reptag_callback() contains the following code:
switch ($op) {
case 'tagadmin':
// ...
case 'refresh':
// ...
}
tagadmin should be tagadd.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | reptag_admin_090456.jpg | 12.14 KB | avpaderno |
| #2 | reptag_admin_090457.jpg | 14.51 KB | avpaderno |
Comments
Comment #1
profix898 commentedWhy do you think that
tagadminis wrong? Can you explain?tagadminhandles add and edit operations, there is notagaddanywhere else, right?Comment #2
avpadernoI explain myself better.
If you disable the JavaScrupt support for the administration pages, when you try to add a new site or user tag you will see an empty page.
In detail, follow these steps:
admin/settings/reptag.SiteWide Tags; the path shown in the browser will beadmin/settings/reptag/site.admin/settings/reptag/nojs/tagadd/site?destination=admin%2Fsettings%2Freptag%2Fsite; the page which you will see is a page containing just an empty fieldset.The parameter passed to the page callback is clearly
tagadd, nottagadmin; as the page callback doesn't check if the parameter$opgets such value, then it will not output anything in that case.See the attachments for a screenshot of the page I see before to change the code as I described.
Comment #3
profix898 commentedFixed in CVS. Thanks.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.