@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Include object url in object selector selection

Summary: Fixes T6452, provides actual href instead of just #

Test Plan: Control click and open link in new window, is correct task. Click and see item added to selection list.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T6452

Differential Revision: https://secure.phabricator.com/D10774

+10 -10
+9 -9
resources/celerity/map.php
··· 11 11 'core.pkg.js' => 'cbdbd552', 12 12 'darkconsole.pkg.js' => 'df001cab', 13 13 'differential.pkg.css' => '8af45893', 14 - 'differential.pkg.js' => '73337d1d', 14 + 'differential.pkg.js' => '85cb2027', 15 15 'diffusion.pkg.css' => '591664fa', 16 16 'diffusion.pkg.js' => 'bfc0737b', 17 17 'maniphest.pkg.css' => 'e34dfbec', ··· 467 467 'rsrc/js/core/behavior-lightbox-attachments.js' => '0720f2cf', 468 468 'rsrc/js/core/behavior-line-linker.js' => 'f726d506', 469 469 'rsrc/js/core/behavior-more.js' => 'a80d0378', 470 - 'rsrc/js/core/behavior-object-selector.js' => '39841ead', 470 + 'rsrc/js/core/behavior-object-selector.js' => '49b73b36', 471 471 'rsrc/js/core/behavior-oncopy.js' => '2926fff2', 472 472 'rsrc/js/core/behavior-phabricator-nav.js' => '14d7a8b8', 473 473 'rsrc/js/core/behavior-phabricator-remarkup-assist.js' => 'e32d14ab', ··· 612 612 'javelin-behavior-phabricator-line-linker' => 'f726d506', 613 613 'javelin-behavior-phabricator-nav' => '14d7a8b8', 614 614 'javelin-behavior-phabricator-notification-example' => '7a9677fc', 615 - 'javelin-behavior-phabricator-object-selector' => '39841ead', 615 + 'javelin-behavior-phabricator-object-selector' => '49b73b36', 616 616 'javelin-behavior-phabricator-oncopy' => '2926fff2', 617 617 'javelin-behavior-phabricator-remarkup-assist' => 'e32d14ab', 618 618 'javelin-behavior-phabricator-reveal-content' => '60821bc7', ··· 1031 1031 'javelin-dom', 1032 1032 'javelin-vector', 1033 1033 ), 1034 - '39841ead' => array( 1035 - 'javelin-behavior', 1036 - 'javelin-dom', 1037 - 'javelin-request', 1038 - 'javelin-util', 1039 - ), 1040 1034 '3ab51e2c' => array( 1041 1035 'javelin-behavior', 1042 1036 'javelin-behavior-device', ··· 1114 1108 'javelin-install', 1115 1109 'javelin-dom', 1116 1110 'javelin-reactor-dom', 1111 + ), 1112 + '49b73b36' => array( 1113 + 'javelin-behavior', 1114 + 'javelin-dom', 1115 + 'javelin-request', 1116 + 'javelin-util', 1117 1117 ), 1118 1118 '4a07e8e3' => array( 1119 1119 'javelin-install',
+1 -1
webroot/rsrc/js/core/behavior-object-selector.js
··· 74 74 75 75 var select_object_link = JX.$N( 76 76 'a', 77 - {href: '#', sigil: 'object-attacher'}, 77 + {href: h.uri, sigil: 'object-attacher'}, 78 78 h.name); 79 79 80 80 var select_object_button = JX.$N(