Conpherence - make ZXXX monograms a bit more useful.
Summary: Ref T7756. Now viewing individual threads in Conpherence is `ZXXX` driven. Also adds remarkup support. Test Plan: clicked around on list of conpherences in full view and it worked. selected 'view in conpherence' action from column and loaded correct `ZXXX` uri. Typed `ZXXX` in Maniphest and saw it link to Conpherence room. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T7756 Differential Revision: https://secure.phabricator.com/D12397
This commit is contained in:
@@ -155,11 +155,8 @@ JX.behavior('conpherence-menu', function(config) {
|
||||
}
|
||||
|
||||
function updatePageData(data) {
|
||||
var uri_suffix = _thread.selected + '/';
|
||||
if (data.use_base_uri) {
|
||||
uri_suffix = '';
|
||||
}
|
||||
JX.History.replace(config.baseURI + uri_suffix);
|
||||
var uri = '/Z' + _thread.selected;
|
||||
JX.History.replace(uri);
|
||||
if (data.title) {
|
||||
JX.Title.setTitle(data.title);
|
||||
} else if (_thread.node) {
|
||||
|
||||
Reference in New Issue
Block a user