Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-7443 Improve E_WARNING compliance.
  3. CRM-7684

Assign required template variable noFieldSet before calling templates/CRM/Activity/Selector/Activity.tpl

    Details

    • Type: Sub-task
    • Status: Done/Fixed
    • Priority: Trivial
    • Resolution: Fixed/Completed
    • Affects Version/s: 3.4.0, 4.0.0, 4.1.0, Unscheduled
    • Fix Version/s: 4.1.0
    • Component/s: Core CiviCRM
    • Labels:
      None

      Description

      diff --git templates/CRM/Activity/Page/Tab.tpl templates/CRM/Activity/Page/Tab.tpl
      index 8eabcff..8054402 100644
      — templates/CRM/Activity/Page/Tab.tpl
      +++ templates/CRM/Activity/Page/Tab.tpl
      @@ -33,5 +33,5 @@

      {if $action eq 1 or $action eq 2 or $action eq 8 or $action eq 4 or $action eq 32768}

      {* add, edit

      {include file="CRM/Activity/Form/Activity.tpl"} {else}
      • {include file="CRM/Activity/Selector/Activity.tpl"}

        +

        {include file="CRM/Activity/Selector/Activity.tpl" noFieldSet=false} {/if}

        diff --git templates/CRM/HRDCase/Form/CaseView.tpl templates/CRM/HRDCase/Form/CaseView.tpl
        index 3892ad1..34d1e9f 100644

          • templates/CRM/HRDCase/Form/CaseView.tpl
            +++ templates/CRM/HRDCase/Form/CaseView.tpl
            @@ -39,6 +39,6 @@
            </dd>
            </dl>
            <div class="spacer"> </div>
      • <dl><dd> {include file="CRM/Activity/Selector/Activity.tpl" caseview=1}

        </dd></dl>
        + <dl><dd>

        {include file="CRM/Activity/Selector/Activity.tpl" caseview=1 noFieldSet=false}

        </dd>
        </fieldset>
        </div>

        Attachments

          Activity

            People

            • Assignee:
              rajan Rajan P Mayekar
              Reporter:
              pillarsdotnet Bob Vincent
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: