Closed IuliiaHerets closed 1 month ago
Triggered auto assignment to @stephanieelliott (Bug
), see https://stackoverflow.com/c/expensify/questions/14418 for more details. Please add this bug to a GH project, as outlined in the SO.
We think that this bug might be related to #wave-collect - Release 2
@stephanieelliott FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors
Tag in X: Y format is displayed in X\: Y format in review flow
We are passing a tag that is formatted in X\: Y
without removing the \
here to text
prop of options
object here
https://github.com/Expensify/App/blob/62722e8bc636f1be2e2c9e8e980aac93b76804c9/src/pages/TransactionDuplicate/ReviewTag.tsx#L23-L30
Then ReviewFields
will use the text
prop to render the X\: Y
formatted tag
https://github.com/Expensify/App/blob/62722e8bc636f1be2e2c9e8e980aac93b76804c9/src/pages/TransactionDuplicate/ReviewTag.tsx#L45-L48
Using PolicyUtils.getCleanedTagName()
, we should remove \
from X\: Y
tag before passing it to ReviewFields
here
{
text: PolicyUtils.getCleanedTagName(tag),
value: tag,
},
Job added to Upwork: https://www.upwork.com/jobs/~0176ca0a6294fa423b
Triggered auto assignment to Contributor-plus team member for initial proposal review - @getusha (External
)
Tag in X: Y format is displayed in X\: Y format in review flow
There are two issues.
[Frontend] When users create a tag then escapeTagName
function is appending //
before colon in the tag name before sending request to server.
-1-New-Expensify.webm
[Backend] I tested by removing the // from the tag name but // is still appending to the tab name.
cc @bernhardoj this looks related to https://github.com/Expensify/App/pull/46556
It's not. We're not cleaning the tag name as @etCoderDysto suggested.
@etCoderDysto's proposal looks good to me. ๐ ๐ ๐ C+ Reviewed!
Triggered auto assignment to @puneetlath, see https://stackoverflow.com/c/expensify/questions/7972 for more details.
๐ฃ @etCoderDysto ๐ An offer has been automatically sent to your Upwork account for the Contributor role ๐ Thanks for contributing to the Expensify app!
Offer link Upwork job Please accept the offer and leave a comment on the Github issue letting us know when we can expect a PR to be ready for review ๐งโ๐ป Keep in mind: Code of Conduct | Contributing ๐
PR will be ready for review soon
@puneetlath, @stephanieelliott, @getusha, @etCoderDysto Uh oh! This issue is overdue by 2 days. Don't forget to update your issues!
@etCoderDysto how's the PR coming?
Hi @puneetlath. Sorry, I am OOO until the coming Monday. PR will be ready for review on Monday.
@puneetlath @stephanieelliott @getusha @etCoderDysto this issue was created 2 weeks ago. Are we close to approving a proposal? If not, what's blocking us from getting this issue assigned? Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks!
PR will be ready for review by tomorrow
@getusha PR is ready for review
PR is still under active review
PR was merged to main
PR was deployed to prod on 9/19 but it looks like the automation didn't work. Updating manually to add payment date
This issue has not been updated in over 15 days. @puneetlath, @stephanieelliott, @getusha, @etCoderDysto eroding to Monthly issue.
P.S. Is everyone reading this sure this is really a near-term priority? Be brave: if you disagree, go ahead and close it out. If someone disagrees, they'll reopen it, and if they don't: one less thing to do!
Summarizing payment on this issue:
Contributor+: @getusha $250 via NewDot -- please request
Upwork job is here: https://www.upwork.com/jobs/~0176ca0a6294fa423b
$250 approved for @getusha
If you havenโt already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: v9.0.21-3 Reproducible in staging?: Y Reproducible in production?: Y Email or phone of affected tester (no customers): applausetester+kh050806@applause.expensifail.com Issue reported by: Applause Internal Team
Action Performed:
Precondition:
Expected Result:
Tag in X: Y format will be displayed in X: Y format in review flow.
Actual Result:
Tag in X: Y format is displayed in X\: Y format in review flow.
Workaround:
Unknown
Platforms:
Screenshots/Videos
https://github.com/user-attachments/assets/3be21d19-b66b-4b37-a877-0a84f7596dd5
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @getusha