Skip to content

Commit ff235e3

Browse files
committed
Fix: After Entitlement approval, Entitlement Approved button must not be clickable
1 parent 3f6cb8f commit ff235e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

g2p_programs/views/entitlement_view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Part of OpenG2P. See LICENSE file for full copyright and licensing details.
4949
/>
5050
<button
5151
type="object"
52-
class="btn btn-dark"
52+
class="btn btn-dark disabled"
5353
icon="fa-thumbs-o-up"
5454
title="Approve entitlement"
5555
name="approve_entitlement"

0 commit comments

Comments
 (0)