feat(Notification process: text, app name, membership validation + project update)
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m21s
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m21s
This commit is contained in:
@@ -57,7 +57,8 @@ class MembershipForm
|
||||
TextEntry::make('member.full_name')
|
||||
->label(Membership::getAttributeLabel('member_id')),
|
||||
TextEntry::make('author.name')
|
||||
->label(Membership::getAttributeLabel('admin_id')),
|
||||
->label(Membership::getAttributeLabel('admin_id'))
|
||||
->default(__('memberships.sections.author_not_set')),
|
||||
TextEntry::make('created_at')
|
||||
->label(Membership::getAttributeLabel('created_at')),
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user