Ajouter une modification <spanclass="caret"></span>
</button>
<ulclass="dropdown-menu">
<li><ahref="#"@click.prevent="handlerAddChange('personAdd')">Ajout d'une personne</a></li>
<li><ahref="#"@click.prevent="handlerAddChange('personDel')">Suppression d'une personne</a></li>
<li><ahref="#"@click.prevent="handlerAddChange('organizationAdd')">Ajout d'une organisation</a></li>
<li><ahref="#"@click.prevent="handlerAddChange('organizationDel')">Suppression d'une organisation</a></li>
<li><ahref="#"@click.prevent="handlerAddChange('up_amount')">Modification du montant</a></li>
<li><ahref="#"@click.prevent="handlerAddChange('dateEnd')">Modification de la date de fin</a></li>
<li><ahref="#"@click.prevent="handlerAddChange('personAdd')":class="modificationsEnabled['personAdd'] ? '' : 'disabled'">Ajout d'une personne</a></li>
<li><ahref="#"@click.prevent="handlerAddChange('personDel')":class="modificationsEnabled['personDel'] ? '' : 'disabled'">Suppression d'une personne</a></li>
<li><ahref="#"@click.prevent="handlerAddChange('organizationAdd')":class="modificationsEnabled['organizationAdd'] ? '' : 'disabled'">Ajout d'une organisation</a></li>
<li><ahref="#"@click.prevent="handlerAddChange('organizationDel')":class="modificationsEnabled['organizationDel'] ? '' : 'disabled'">Suppression d'une organisation</a></li>
<li><ahref="#"@click.prevent="handlerAddChange('changeAmount')":class="modificationsEnabled['changeAmount'] ? '' : 'disabled'">Modification du montant</a></li>
<li><ahref="#"@click.prevent="handlerAddChange('dateEnd')":class="modificationsEnabled['dateEnd'] ? '' : 'disabled'">Modification de la date de fin</a></li>
</ul>
</div>
<sectionclass="modifications unsaved">
<!-- UNSAVED -->
<articlev-for="change in edit.modifications.filter(i => i.mode === 'new')"class="change">