Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Resolve 'app already exists' error on app update #17544

Merged
merged 7 commits into from May 12, 2020

Conversation

thassiov
Copy link
Contributor

@thassiov thassiov commented May 6, 2020

The 'Apps' and 'Marketplace' admin pages were using the function
installApp from the AppClientOrchestrator class instead of updateApp to
update apps. As a result, the 'app already exists' error was being thrown and
apps were not being updated.

The 'Apps' and 'Marketplace' admin pages were using the function
`installApp` from the `AppClientOrchestrator` class instead of `updateApp` to
update apps. As a result, the 'app already exists' error was being thrown and
apps were not being updated.
@thassiov thassiov requested a review from shiqimei May 6, 2020 03:06
As the `install app` handle is only needed in the marketplace page,
there's no need to have it in the apps admin page.
@thassiov thassiov requested a review from graywolf336 May 12, 2020 14:29
Copy link
Contributor

@graywolf336 graywolf336 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. 👍

@graywolf336 graywolf336 requested a review from ggazzo May 12, 2020 14:52
@ggazzo ggazzo changed the title [FIX]: resolve 'app already exists' error on app update [FIX] Resolve 'app already exists' error on app update May 12, 2020
@thassiov thassiov merged commit 8b380ab into develop May 12, 2020
@graywolf336 graywolf336 deleted the fix/apps-fail-to-update branch May 12, 2020 17:57
ggazzo added a commit that referenced this pull request May 12, 2020
…to remove-get-dom

* 'remove-get-dom' of github.com:RocketChat/Rocket.Chat:
  [FIX] Notification sounds (#17616)
  [FIX] Resolve 'app already exists' error on app update (#17544)
  [NEW] Unread bars on sidebar (#16862)
  [FIX] Relative image path in oembededUrlWidget (#15902)
  Regression: Do not show custom status inside sequential messages (#17613)
gabriellsh added a commit that referenced this pull request May 13, 2020
… integrations

* 'integrations' of github.com:RocketChat/Rocket.Chat:
  [NEW] Add Permissions to deal with Omnichannel visitor past chats history (#17580)
  [NEW] Add permissions to deal with Omnichannel custom fields (#17567)
  [FIX] Livechat iframe allow microphone and camera (#9956)
  [FIX] Do not allow passwords on private channels (#15642)
  [FIX] Mail Messages > Cannot mail own user. (#17625)
  [FIX] remove multiple options from dontAskMeAgain (#17514)
  [FIX] Notification sounds (#17616)
  [FIX] Resolve 'app already exists' error on app update (#17544)
  [NEW] Unread bars on sidebar (#16862)
  [FIX] Relative image path in oembededUrlWidget (#15902)
  Regression: Do not show custom status inside sequential messages (#17613)
This was referenced May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants