File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " go-web-app " : patch
3+ ---
4+
5+ Display the public visibility field report to public users in [ #1743 ] ( https://github.com/IFRCGo/go-web-app/issues/1343 )
Original file line number Diff line number Diff line change @@ -808,8 +808,7 @@ const allFieldReports = customWrapRoute({
808808 wrapperComponent : Auth ,
809809 context : {
810810 title : 'All Field Reports' ,
811- visibility : 'is-authenticated' ,
812- permissions : ( { isGuestUser } ) => ! isGuestUser ,
811+ visibility : 'anything' ,
813812 } ,
814813} ) ;
815814
@@ -1032,8 +1031,7 @@ const fieldReportDetails = customWrapRoute({
10321031 wrapperComponent : Auth ,
10331032 context : {
10341033 title : 'Field Report Details' ,
1035- visibility : 'is-authenticated' ,
1036- permissions : ( { isGuestUser } ) => ! isGuestUser ,
1034+ visibility : 'anything' ,
10371035 } ,
10381036} ) ;
10391037
You can’t perform that action at this time.
0 commit comments