-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add AddressesServiceProvider to the testCase #42
add AddressesServiceProvider to the testCase #42
Conversation
…thub.com:tipoff/feedback into wolfrednicolas/feature/add-addresses-to-testCase
@@ -29,6 +29,7 @@ public function email() | |||
|
|||
return $mail->feedback->id === $feedback->id && | |||
$mail->hasFrom($feedback->location->contact_email, $feedback->location->title) && | |||
//Todo: require Bookings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TIPOFF/bookings#47 is blocking this since $feedback->participant->email
depends on the Participant model email field.
@@ -40,13 +40,7 @@ public function data_provider_for_all_permissions_as_creator() | |||
{ | |||
return [ | |||
'view-true' => [ 'view', self::createPermissionedUser('view feedbacks', true), true ], | |||
'view-false' => [ 'view', self::createPermissionedUser('view feedbacks', false), false ], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since I'm assuming Feedback should only be viewed, would any of these checks be required?
…omnia/feature/38-Create-Permissions
Create permissions for feedback
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! 📱
No description provided.