Ticket #445 (new Bug report)

Opened 7 months ago

Last modified 7 months ago

ContentTypeFilter returns null at Line 421 in ProfileTemplateField.php

Reported by: jerrydefoe@hotmail.com Assigned to:
Priority: normal Milestone: Not yet assigned to a Milestone
Component: Auth server, Other Keywords: profile, template, content filter
Cc:

Description

Upon form entry, ContentTypeFilter? accepted and displayed. Upon any adds or save, "Sorry, content type filter is missing." displayed.

419 	        // content_type_filter_id
420 	        $html .= "<li class='admin_element_item_container'>\n";
421 	        if ($this->getContentTypeFilter() == null) {
422 	            $html .= "<div class='errormsg'>"._("Sorry, content type filter is missing.")."</div>\n";
423 	        } 

Attachments

ticket445_p1.jpg (54.7 kB) - added by jerrydefoe@hotmail.com on 03/25/08 05:01:33.
screen capture 1 of profile template ui
ticket445_p2.jpg (65.5 kB) - added by jerrydefoe@hotmail.com on 03/25/08 05:02:50.
screen capture 2 of profile template ui

Change History

03/25/08 05:01:33 changed by jerrydefoe@hotmail.com

  • attachment ticket445_p1.jpg added.

screen capture 1 of profile template ui

03/25/08 05:02:50 changed by jerrydefoe@hotmail.com

  • attachment ticket445_p2.jpg added.

screen capture 2 of profile template ui

03/25/08 05:10:09 changed by jerrydefoe@hotmail.com

I also just noticed that when any attempt is made to make a change or add to ProfileTemplateField?, the entire ProfileTemplate? ID changes.


Add/Change #445 (ContentTypeFilter returns null at Line 421 in ProfileTemplateField.php)