mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-11-04 11:18:25 +00:00 
			
		
		
		
	no location button for requestor
This commit is contained in:
		@@ -23,7 +23,6 @@
 | 
			
		||||
      >
 | 
			
		||||
      <template v-slot:record-actions>
 | 
			
		||||
         <ul class="record_actions">
 | 
			
		||||
            <button-location v-if="hasCurrentHouseholdAddress" :thirdparty="accompanyingCourse.requestor"></button-location>
 | 
			
		||||
            <li><on-the-fly :type="accompanyingCourse.requestor.type" :id="accompanyingCourse.requestor.id" action="show"></on-the-fly></li>
 | 
			
		||||
            <li><on-the-fly :type="accompanyingCourse.requestor.type" :id="accompanyingCourse.requestor.id" action="edit" @saveFormOnTheFly="saveFormOnTheFly"></on-the-fly></li>
 | 
			
		||||
         </ul>
 | 
			
		||||
@@ -44,7 +43,6 @@
 | 
			
		||||
      >
 | 
			
		||||
      <template v-slot:record-actions>
 | 
			
		||||
         <ul class="record_actions">
 | 
			
		||||
            <button-location v-if="hasCurrentHouseholdAddress" :person="accompanyingCourse.requestor"></button-location>
 | 
			
		||||
            <li><on-the-fly :type="accompanyingCourse.requestor.type" :id="accompanyingCourse.requestor.id" action="show"></on-the-fly></li>
 | 
			
		||||
            <li><on-the-fly :type="accompanyingCourse.requestor.type" :id="accompanyingCourse.requestor.id" action="edit" @saveFormOnTheFly="saveFormOnTheFly"></on-the-fly></li>
 | 
			
		||||
         </ul>
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,9 @@
 | 
			
		||||
      >
 | 
			
		||||
      <template v-slot:record-actions>
 | 
			
		||||
         <ul class="record_actions">
 | 
			
		||||
            <!--
 | 
			
		||||
            <button-location v-if="hasCurrentHouseholdAddress" :person="resource.resource"></button-location>
 | 
			
		||||
            -->
 | 
			
		||||
            <li><on-the-fly :type="resource.resource.type" :id="resource.resource.id" action="show"></on-the-fly></li>
 | 
			
		||||
            <li><on-the-fly :type="resource.resource.type" :id="resource.resource.id" action="edit" @saveFormOnTheFly="saveFormOnTheFly"></on-the-fly></li>
 | 
			
		||||
            <li><button class="btn btn-sm btn-remove" :title="$t('action.remove')" @click.prevent="$emit('remove', resource)"></button></li>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user