Skip to content

Commit

Permalink
Added the confirmation message when we try to create the entitlement
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-Wagh committed Mar 19, 2024
1 parent af5cd64 commit 82b45bd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion g2p_program_assessment/wizard/create_entitlement_wizard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ Part of OpenG2P. See LICENSE file for full copyright and licensing details.
</group>
</sheet>
<footer>
<button name="create_entitlement" type="object" string="Create" class="btn-primary" />
<button
name="create_entitlement"
type="object"
string="Create"
class="btn-primary"
confirm="Are you sure you want to create entitlement for this Beneficiary’s application?"
/>
<button string="Cancel" class="btn-secondary" special="cancel" />
</footer>
</form>
Expand Down

0 comments on commit 82b45bd

Please sign in to comment.