Skip to content

Commit

Permalink
Merge pull request #179 from SFDO-Community/feature/traction-440
Browse files Browse the repository at this point in the history
fix: Staff Access and Credentials Related lists are not visible
  • Loading branch information
Cameron Goodman authored May 24, 2020
2 parents 666d325 + bb4c606 commit cb54dd0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"type" : "component"
}, {
"componentAttributes" : {
"relatedListApiName" : "Credentials__r",
"relatedListApiName" : "%%%NAMESPACE%%%Credentials__r",
"relatedListComponentOverride" : "GRID",
"width" : "MEDIUM"
},
Expand All @@ -47,7 +47,7 @@
"type" : "component"
}, {
"componentAttributes" : {
"relatedListApiName" : "StaffAccess__r",
"relatedListApiName" : "%%%NAMESPACE%%%StaffAccess__r",
"relatedListComponentOverride" : "GRID",
"width" : "MEDIUM"
},
Expand Down

0 comments on commit cb54dd0

Please sign in to comment.