Move URLs for firestorm jira over to newer URL as old one is being depricated.
parent
0fa2e42320
commit
4e28024afd
|
|
@ -1574,7 +1574,7 @@ std::string LLUrlEntryJira::getUrl(const std::string &string) const
|
|||
string.find("SLS") != std::string::npos ||
|
||||
string.find("SUP") != std::string::npos )
|
||||
{
|
||||
return llformat("https://jira.phoenixviewer.com/browse/%s", string.c_str());
|
||||
return llformat("https://jira.firestormviewer.org/browse/%s", string.c_str());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
|
|
@ -13529,7 +13529,7 @@ Change of this parameter will affect the layout of buttons in notification toast
|
|||
<key>Type</key>
|
||||
<string>String</string>
|
||||
<key>Value</key>
|
||||
<string>https://jira.phoenixviewer.com/secure/CreateIssueDetails!init.jspa?pid=10005&issuetype=1&priority=3&environment=[ENVIRONMENT]</string>
|
||||
<string>https://jira.firestormviewer.org/secure/CreateIssueDetails!init.jspa?pid=10005&issuetype=1&priority=3&environment=[ENVIRONMENT]</string>
|
||||
</map>
|
||||
<key>RevokePermsOnStopAnimation</key>
|
||||
<map>
|
||||
|
|
|
|||
Loading…
Reference in New Issue