Results 1 to 3 of 3

Thread: Bug in Meetings Editview custom field

  1. #1
    inmapi is offline Junior Member
    Join Date
    Aug 2006
    Posts
    3

    Unhappy Bug in Meetings Editview custom field

    In Studio, if you select Meeting editview form, add a custom field of dropdown type the dropdown list is shown empty. I found the same behaviour in 4.2.0d, 4.2.1b and 4.5.0 BETA.
    I need the dropdown custom field to add an "Interest level" to Meeting report.
    Greetings
    Massimo

  2. #2
    PackerOwner is offline Junior Member
    Join Date
    Aug 2006
    Posts
    3

    Default Re: Bug in Meetings Editview custom field

    I found this in another link. Thanks KBRILL!

    Re: Drop Down custom field not populating on documents screen

    --------------------------------------------------------------------------------

    Your php files are missing many lines of code. Its a bug in 4.0 and has been submitted.

    Your editview.php seems to be missing this line. This is what renders your custom fields. Add it right above $xtpl->parse("main.open_source");


    Code:

    //Add Custom Fields
    require_once('modules/DynamicFields/templates/Files/EditView.php');


    and your detailview needs this again right above $xtpl->parse("main.open_source");


    Code:

    // adding custom fields:
    require_once('modules/DynamicFields/templates/Files/DetailView.php');

  3. #3
    inmapi is offline Junior Member
    Join Date
    Aug 2006
    Posts
    3

    Thumbs up Re: Bug in Meetings Editview custom field

    Thank you a lot PackerOwner . Your suggestion solved my problem quicly.
    I had been in a big mess so only now I find time to thank.
    Massimo

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •