You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
extractErrorCodes as =map (\(Knowledge{..}, _) -> renderErrorCode kErrorCode) $Map.toList as
59
59
60
-
61
-
printTicketUrl::TicketInfo->Text
62
-
printTicketUrl TicketInfo{..} ="https://iohk.zendesk.com/agent/tickets/"<>show tiId
63
-
64
60
prettyHeader::Text
65
61
prettyHeader =
66
62
"Dear user,"<>
@@ -72,7 +68,7 @@ prettyHeader =
72
68
prettyFooter::TicketInfo->Text
73
69
prettyFooter ticketInfo =
74
70
"\n\n"<>
75
-
"Please be patient since we have a large number of such requests to respond to. We will respond as soon as we can, but in the meantime, if you want to check the status of your ticket you can do so here - "<>printTicketUrl ticketInfo <>
71
+
"Please be patient since we have a large number of such requests to respond to. We will respond as soon as we can, but in the meantime, if you want to check the status of your ticket you can do so here - "<>(showURL $TicketAgentURL$ tiId ticketInfo)<>
76
72
"\n\n"<>
77
73
"Please let us know if your issue is resolved. If you are still having trouble please reply back to this email and attach a new log file so that we can work with you to fix your problem."<>
"Thank you for contacting the IOHK Technical Support Desk. We apologize for the delay in responding to you."<>"\n\n"<>
107
+
"Thank you for contacting the IOHK Technical Support Desk. We apologize for the delay in responding to you."<>"\n\n"<>
112
108
"Most of the tickets we get are related to technical issues. If you have a Technical problem with Daedalus wallet please read on. If your request is NOT related to getting technical support you can IGNORE this email."<>"\n\n"<>
113
109
"We have recently (May 29th) had a major update to the Daedalus software. You can see more details here https://daedaluswallet.io/release-notes/. If you are experiencing any technical difficulties please make sure you have upgraded to the latest version before submitting a request for support or submitting new logs (more on logs below)."<>"\n\n"<>
114
110
"We scan our tickets to check for known issues before responding in person. If you have a technical issue but did not submit a log file we suggest that you reply to this message and attach your log file. Log files are required for helping with the majority of technical issues."<>"\n\n"<>
115
-
111
+
116
112
"Please provide more information so that we can diagnose your issue:"<>"\n\n"<>
117
-
113
+
118
114
"1. What is the Manufacturer and the Model number of your computer?"<>"\n"<>
119
115
"2. What is the Type and Version of the Operation System (OS) are you using?"<>"\n"<>
120
116
"3. Describe the issue you are experiencing in detail and attach screenshots if needed. Please tell us what you were doing when the error occurred."<>"\n"<>
@@ -123,15 +119,15 @@ prettyFormatNoLogs =
123
119
"Please compress and attach your pub folder, it contains technical logs. There is NO sensitive data in your logs:"<>"\n\n"<>
0 commit comments