Merge branch 'bugfix/request_url_key' into 'develop'
key update See merge request BPHV_MIPS/mvm_core!151
This commit is contained in:
commit
220eec6382
@ -71,7 +71,7 @@
|
|||||||
if (alternateBase) {
|
if (alternateBase) {
|
||||||
self.alternateBaseURL = [NSURL URLWithString:alternateBase];
|
self.alternateBaseURL = [NSURL URLWithString:alternateBase];
|
||||||
}
|
}
|
||||||
NSString *url = [actionMap string:@"URL"];
|
NSString *url = [actionMap string:@"requestURL"];
|
||||||
if (url) {
|
if (url) {
|
||||||
self.URL = [NSURL URLWithString:url];
|
self.URL = [NSURL URLWithString:url];
|
||||||
}
|
}
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
public var pageType: String
|
public var pageType: String
|
||||||
public var baseURL: String?
|
public var baseURL: String?
|
||||||
public var appContext: String?
|
public var appContext: String?
|
||||||
public var URL: String?
|
public var requestURL: String?
|
||||||
public var extraParameters: JSONValueDictionary?
|
public var extraParameters: JSONValueDictionary?
|
||||||
public var analyticsData: JSONValueDictionary?
|
public var analyticsData: JSONValueDictionary?
|
||||||
public var presentationStyle: String?
|
public var presentationStyle: String?
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user