CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Editing custom participant data
Pages: [1]

Author Topic: Editing custom participant data  (Read 1259 times)

geoffmallo

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
Editing custom participant data
May 19, 2009, 12:49:25 am
When trying to edit the registration of the participant the custom data does not appear.

I cannot duplicate this on the demo site.

I've

1. Created a payed event
2. created a custom data group for participants
3. added a 'yes/no' custom data field
4. register the individual for the event. (At this stage I can successfully record the custom data)
5. View the event registration successfully
6. Click 'edit' and I only get the basic event data to change without the custom data.

I'm using 2.2.2 on Drupal 6.12

I'm logged in as user 1

I've look at the permissions and can't find anything there that looks like it would fix this.

Where else should I look?

Cheers

Kiran Jagtap

  • Ask me questions
  • ****
  • Posts: 533
  • Karma: 51
Re: Editing custom participant data
May 19, 2009, 12:54:18 am
make sure  "access all custom data" permission given to "user 1"

HTH
kiran
« Last Edit: May 19, 2009, 03:47:48 am by kiran »
You Are Designed To Choose... Defined By Choice.

geoffmallo

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
Re: Editing custom participant data
May 19, 2009, 05:07:33 am
Hey,

The user can do everything on civi.

Do I need to set up custom ACLs in Civi?

geoffmallo

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
Re: Editing custom participant data
August 24, 2009, 04:56:16 am
Bump

Anyone else have this problem or a potential solution? I'm still having the same problem and have just updated to the lastest drupal and civiCRM (2.2.8)

I've noted that the <table> tags are present for the edit, but there is not data inside them

Code: [Select]
<table class="form-layout">
            <tr>
                <td colspan=2>
                    <div id="customData"></div>                      <div id="customData"></div>                     <div id="customData1"></div>
                </td>
            </tr>
        </table>

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Editing custom participant data
August 24, 2009, 05:23:04 am

i think the custom data is retrieved via AJAX. Can u enable firebug and see if there are any failures?

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

geoffmallo

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
Re: Editing custom participant data
August 25, 2009, 07:05:20 pm
Hi Donald,

Yes I've found an error

syntax error
[Break on this error] buildCustomData( 'Participant', 8, );\n line 614

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Editing custom participant data
August 25, 2009, 11:48:40 pm
Quote
<table class="form-layout">
            <tr>
                <td colspan=2>
                    <div id="customData"></div>                      <div id="customData"></div>                     <div id="customData1"></div>    
                </td>
            </tr>
        </table>

Here 2 <div>'s have same id ie. customData which is incorrect. Did you modify template? If possible jump on #civicrm irc will be easier to debug.

Kurund
Found this reply helpful? Support CiviCRM

geoffmallo

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
Re: Editing custom participant data
August 26, 2009, 04:33:05 am
Thanks to Kurund Jalmi this problem has been resolved.

The site was missing a custom_data_type - Option Values in /civicrm/admin/optionValue?reset=1&action=browse&gid=37


Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Editing custom participant data

This forum was archived on 2017-11-26.