Skip to content

Commit

Permalink
Merge pull request #4169 from SalesforceFoundation/feature/lparrott/d…
Browse files Browse the repository at this point in the history
…onation-selector-global

Updating the Donation Selector component to have global attributes
  • Loading branch information
ptewson-sfdo authored Apr 10, 2019
2 parents 4f450d0 + eabfe18 commit a6a0756
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/aura/BGE_DonationSelector/BGE_DonationSelector.cmp
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@

<aura:component controller="BGE_DataImportBatchEntry_CTRL"
access="global">
<!--Public Attributes-->
<aura:attribute name="selectedDonation" type="SObject" description="Stored selected open donation object. Can also be null or empty." access="public" />
<aura:attribute name="unpaidPayments" type="List" description="List of unpaid Payments" access="public" />
<aura:attribute name="openOpportunities" type="List" description="List of open Opportunities" access="public" />
<aura:attribute name="labels" type="Map" description="Labels retrieved in Apex related to Schema information." access="public"/>
<!--Global Attributes-->
<aura:attribute name="selectedDonation" type="SObject" description="Stored selected open donation object. Can also be null or empty." access="global" />
<aura:attribute name="unpaidPayments" type="List" description="List of unpaid Payments" access="global" />
<aura:attribute name="openOpportunities" type="List" description="List of open Opportunities" access="global" />
<aura:attribute name="labels" type="Map" description="Labels retrieved in Apex related to Schema information." access="global"/>

<!--Markup-->
<lightning:overlayLibrary aura:id="overlayLibSelector"/>
Expand Down

0 comments on commit a6a0756

Please sign in to comment.