Page MenuHomePhabricator

"Tags" field doesn't contain project when new task is opened in a new tab via the workboard
Closed, ResolvedPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

What happens?:
The "Tags" field is empty.

What should have happened instead?:
The "Tags" field should contain the project of the workboard that you came here from, e.g. Phabricator.


Upstream Task:

https://we.phorge.it/T15147

Event Timeline

JX.initBehaviors(...): behavior "history-install" raised an error during setup. core.pkg.js:16:78
URIError: malformed URI sequence
  @_decode https://phab.wmfusercontent.org/res/defaultX/phabricator/cffca910/core.pkg.js:383
  @..
  @EventListener.handleEvent* https://phab.wmfusercontent.org/res/defaultX/phabricator/98e6504a/rsrc/externals/javelin/core/init.js:28

This also affects the preview of the "New Task" form. Presumably any JS/ajax-based interfaces. It appears to work on the comment form though.

Screenshot 2022-08-25 at 14.41.55.png (1×1 px, 471 KB)

I uploaded a patch for this task in Phorge upstream: https://we.phorge.it/D25068.

JX.initBehaviors(...): behavior "history-install" raised an error during setup. core.pkg.js:16:78
URIError: malformed URI sequence
  @_decode https://phab.wmfusercontent.org/res/defaultX/phabricator/cffca910/core.pkg.js:383
  @..
  @EventListener.handleEvent* https://phab.wmfusercontent.org/res/defaultX/phabricator/98e6504a/rsrc/externals/javelin/core/init.js:28

This also affects the preview of the "New Task" form. Presumably any JS/ajax-based interfaces. It appears to work on the comment form though.

I don't think that error is related to this task, I don't think it's occurring anymore either?

valerio.bozzolan updated the task description. (Show Details)
valerio.bozzolan subscribed.

Thank you Dylsss again for your very nice implementation upstream that I find very useful in my personal Phorge. Cannot see to use that also here ✨

thcipriani subscribed.

Should be deployed now. Thanks @Dylsss !