The "Add Existing Courses Record" function works and creates the record in the ProgramCourses table, but the page it redirects the user to afterward reads
- Code: Select all
Fatal error: [pear_error: message="No relationship specified." code=0 mode=return level=notice prefix="" info=""] in <path>/xataface/Dataface/Application.php on line 1722
It looks like the page the user is redirected to after the creation is missing the -relationship=Courses parameter. If I live-edit the page and add "&-relationship=Courses" to the hidden input named "--redirect", everything works as expected.
This occurs in both the current release and the latest 1.3.x in svn.
Can you confirm I'm not doing anything wrong? Is there an easy workaround?
Thanks!