Skip to content

[CP Staging] Revert "Feat: bulk edit multiple"#82815

Merged
mountiny merged 1 commit into
mainfrom
revert-76264-feat/waterim/bulk-edit-expenses
Feb 18, 2026
Merged

[CP Staging] Revert "Feat: bulk edit multiple"#82815
mountiny merged 1 commit into
mainfrom
revert-76264-feat/waterim/bulk-edit-expenses

Conversation

@mountiny

@mountiny mountiny commented Feb 18, 2026

Copy link
Copy Markdown
Contributor

Reverts #76264

Fixed issues

$ #82797
$ #82752
$ #82751
$ #82742
$ #82741
$ #82740
$ #82738
$ #82735
$ #82732
$ #82726
$ #82725
$ #82724
$ #82817
$ #82829

@mountiny mountiny requested review from a team as code owners February 18, 2026 15:22
@melvin-bot melvin-bot Bot requested review from joekaufmanexpensify and removed request for a team February 18, 2026 15:22
@OSBotify

Copy link
Copy Markdown
Contributor

🦜 Polyglot Parrot! 🦜

Squawk! Looks like you added some shiny new English strings. Allow me to parrot them back to you in other tongues:

View the translation diff
diff --git a/src/languages/de.ts b/src/languages/de.ts
index f54bf69e..483c3cdc 100644
--- a/src/languages/de.ts
+++ b/src/languages/de.ts
@@ -130,7 +130,6 @@ import type {
     ZipCodeExampleFormatParams,
 } from './params';
 import type {TranslationDeepObject} from './types';
-
 type StateValue = {
     stateISO: string;
     stateName: string;
diff --git a/src/languages/fr.ts b/src/languages/fr.ts
index e491efb5..41278165 100644
--- a/src/languages/fr.ts
+++ b/src/languages/fr.ts
@@ -130,7 +130,6 @@ import type {
     ZipCodeExampleFormatParams,
 } from './params';
 import type {TranslationDeepObject} from './types';
-
 type StateValue = {
     stateISO: string;
     stateName: string;
diff --git a/src/languages/it.ts b/src/languages/it.ts
index bc1d2c4e..4c53057c 100644
--- a/src/languages/it.ts
+++ b/src/languages/it.ts
@@ -130,7 +130,6 @@ import type {
     ZipCodeExampleFormatParams,
 } from './params';
 import type {TranslationDeepObject} from './types';
-
 type StateValue = {
     stateISO: string;
     stateName: string;
diff --git a/src/languages/ja.ts b/src/languages/ja.ts
index 34afaded..02f0842f 100644
--- a/src/languages/ja.ts
+++ b/src/languages/ja.ts
@@ -130,7 +130,6 @@ import type {
     ZipCodeExampleFormatParams,
 } from './params';
 import type {TranslationDeepObject} from './types';
-
 type StateValue = {
     stateISO: string;
     stateName: string;
diff --git a/src/languages/nl.ts b/src/languages/nl.ts
index 7ea06725..66766a08 100644
--- a/src/languages/nl.ts
+++ b/src/languages/nl.ts
@@ -130,7 +130,6 @@ import type {
     ZipCodeExampleFormatParams,
 } from './params';
 import type {TranslationDeepObject} from './types';
-
 type StateValue = {
     stateISO: string;
     stateName: string;
diff --git a/src/languages/pl.ts b/src/languages/pl.ts
index afbd86a7..2b738e53 100644
--- a/src/languages/pl.ts
+++ b/src/languages/pl.ts
@@ -130,7 +130,6 @@ import type {
     ZipCodeExampleFormatParams,
 } from './params';
 import type {TranslationDeepObject} from './types';
-
 type StateValue = {
     stateISO: string;
     stateName: string;
diff --git a/src/languages/pt-BR.ts b/src/languages/pt-BR.ts
index 4c9d8218..6576b92b 100644
--- a/src/languages/pt-BR.ts
+++ b/src/languages/pt-BR.ts
@@ -130,7 +130,6 @@ import type {
     ZipCodeExampleFormatParams,
 } from './params';
 import type {TranslationDeepObject} from './types';
-
 type StateValue = {
     stateISO: string;
     stateName: string;
diff --git a/src/languages/zh-hans.ts b/src/languages/zh-hans.ts
index 852486ce..7a08a500 100644
--- a/src/languages/zh-hans.ts
+++ b/src/languages/zh-hans.ts
@@ -130,7 +130,6 @@ import type {
     ZipCodeExampleFormatParams,
 } from './params';
 import type {TranslationDeepObject} from './types';
-
 type StateValue = {
     stateISO: string;
     stateName: string;

Note

You can apply these changes to your branch by copying the patch to your clipboard, then running pbpaste | git apply 😉

View workflow run

@NikkiWines NikkiWines self-requested a review February 18, 2026 15:26
@mountiny mountiny merged commit 1617d72 into main Feb 18, 2026
31 of 35 checks passed
@mountiny mountiny deleted the revert-76264-feat/waterim/bulk-edit-expenses branch February 18, 2026 15:27
@melvin-bot melvin-bot Bot added the Emergency label Feb 18, 2026
@melvin-bot

melvin-bot Bot commented Feb 18, 2026

Copy link
Copy Markdown

@mountiny looks like this was merged without a test passing. Please add a note explaining why this was done and remove the Emergency label if this is not an emergency.

@mountiny

Copy link
Copy Markdown
Contributor Author

Straight revert

@codecov

codecov Bot commented Feb 18, 2026

Copy link
Copy Markdown

Codecov Report

❌ Looks like you've decreased code coverage for some files. Please write tests to increase, or at least maintain, the existing level of code coverage. See our documentation here for how to interpret this table.

Files with missing lines Coverage Δ
src/CONST/index.ts 87.39% <ø> (ø)
src/ONYXKEYS.ts 100.00% <ø> (ø)
src/ROUTES.ts 13.14% <ø> (+0.01%) ⬆️
src/SCREENS.ts 100.00% <ø> (ø)
src/hooks/useSelectedTransactionsActions.ts 85.22% <100.00%> (-0.65%) ⬇️
src/libs/API/types.ts 100.00% <ø> (ø)
src/libs/DebugUtils.ts 68.69% <ø> (+0.28%) ⬆️
...gation/AppNavigator/ModalStackNavigators/index.tsx 7.51% <ø> (+0.10%) ⬆️
src/libs/Navigation/linkingConfig/config.ts 75.00% <ø> (ø)
src/libs/ReportUtils.ts 75.01% <ø> (-0.37%) ⬇️
... and 7 more
... and 9 files with indirect coverage changes

@OSBotify

Copy link
Copy Markdown
Contributor

✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release.

@github-actions

Copy link
Copy Markdown
Contributor

🚧 @mountiny has triggered a test Expensify/App build. You can view the workflow run here.

OSBotify pushed a commit that referenced this pull request Feb 18, 2026
…lk-edit-expenses

[CP Staging] Revert "Feat: bulk edit multiple"

(cherry picked from commit 1617d72)

(cherry-picked to staging by mountiny)
@OSBotify OSBotify added the CP Staging marks PRs that have been CP'd to staging label Feb 18, 2026
@OSBotify

Copy link
Copy Markdown
Contributor

🚀 Deployed to production by https://github.com/mountiny in version: 9.3.21-4 🚀

platform result
🕸 web 🕸 success ✅
🤖 android 🤖 success ✅
🍎 iOS 🍎 success ✅

@OSBotify

Copy link
Copy Markdown
Contributor

🚀 Cherry-picked to staging by https://github.com/mountiny in version: 9.3.22-0 🚀

platform result
🕸 web 🕸 success ✅
🤖 android 🤖 cancelled 🔪
🍎 iOS 🍎 cancelled 🔪

@OSBotify

Copy link
Copy Markdown
Contributor

🚀 Deployed to production by https://github.com/mountiny in version: 9.3.22-4 🚀

platform result
🕸 web 🕸 cancelled 🔪
🤖 android 🤖 success ✅
🍎 iOS 🍎 cancelled 🔪

@OSBotify

Copy link
Copy Markdown
Contributor

🚀 Deployed to production by https://github.com/mountiny in version: 9.3.22-4 🚀

platform result
🕸 web 🕸 failure ❌
🤖 android 🤖 success ✅
🍎 iOS 🍎 cancelled 🔪

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CP Staging marks PRs that have been CP'd to staging

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants