-
Notifications
You must be signed in to change notification settings - Fork 10
[AIDAPP-800]: Enhance the relationship to a contact capabilities by showing organizational affiliation and contact type #761
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
Conversation
...vice-management/src/Filament/Resources/ServiceRequestResource/Pages/CreateServiceRequest.php
Outdated
Show resolved
Hide resolved
...ervice-management/src/Filament/Resources/ServiceRequestResource/Pages/EditServiceRequest.php
Outdated
Show resolved
Hide resolved
...t/src/Filament/Resources/ContactResource/RelationManagers/ServiceRequestsRelationManager.php
Outdated
Show resolved
Hide resolved
982dd56 to
dc49c4c
Compare
da6426e to
910a209
Compare
...t/src/Filament/Resources/ContactResource/RelationManagers/ServiceRequestsRelationManager.php
Show resolved
Hide resolved
910a209 to
b174058
Compare
b4870b9 to
e793aef
Compare
Orrison
left a comment
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.
@jayushi-canyon this still looks broken to me.
If I create a Service Request via the new button while viewing Service Requests for the Contact, if I select a Service Request type that has extra form fields. Those fields load and display. But when I submit and create the Service Request I do not see that content.
e793aef to
4052fb2
Compare
@Orrison Since additional fields are not getting edited in service request, therefore I have added the view Additional information in view page only, Let me know if anything else is expected and if I am missing. |
Good call, that works. And I have confirmed the form submission fix works as well. Great job! |
Ticket(s) or GitHub Issue
Technical Description
Any deployment steps required?
Are any Feature Flags and/or Data Migrations that can eventually be removed Added?
Before contributing and submitting this PR, make sure you have Read, agree, and are compliant with the contributing guidelines.