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

[BUG] Command not found inside "More Commands" of form or subgrid #969

Closed
4 of 12 tasks
Fietlux opened this issue Sep 6, 2020 · 1 comment · Fixed by #987 or #989
Closed
4 of 12 tasks

[BUG] Command not found inside "More Commands" of form or subgrid #969

Fietlux opened this issue Sep 6, 2020 · 1 comment · Fixed by #987 or #989
Labels
Milestone

Comments

@Fietlux
Copy link

Fietlux commented Sep 6, 2020

Bug Report

Issues should only be created for items related to covered functionality.

Not covered functionality, feature requests, and questions should use the Feature Request or Question templates.

EasyRepro Version

  • Microsoft Dynamics 365 Online Version 8.2 (8.2.x) (DB 8.2.x) online
  • Microsoft Dynamics 365 Online Version 9.0 (9.0.x) (DB 9.0.x) online
  • Microsoft Dynamics 365 Online Version 9.0.2 (9.0.2) (DB 9.0.2) online
  • Microsoft Dynamics 365 Online Version 9.1 (9.1.x) (DB 9.1.x) online

UCI or Classic Web

  • UCI (XrmApp)
  • Classic Web (XrmBrowser)

Online or On Premise

  • Online
  • On Premise

Browser

  • Chrome
  • Firefox
  • IE
  • Edge

Describe the bug

Using App.CommandBar.ClickCommand("Copy Opportunity") fails for existing ribbon on entity form.
This also affects subgrids if the desired action is placed in the "More Commands" submenu.
The method is pretending to also check the "More Commands" submenu but does not find the desired command/ribbon.

Special formatting / display
none

Code to reproduce

App.CommandBar.ClickCommand("Copy Opportunity");

Expected behavior

The method is able to click the desired command and executing the action behind.

Screenshots

WebClient

image

Occurring Exception

image

CommandBar

image

Additional context
Related Issue #893

@Fietlux Fietlux added the bug label Sep 6, 2020
@TYLEROL TYLEROL added this to the 9.1.0.23435 milestone Sep 20, 2020
@TYLEROL
Copy link
Member

TYLEROL commented Sep 20, 2020

@Fietlux - This is fixed in the develop branch. The release branch and NuGet package should be updated on Monday.

Thanks,
Tyler

@TYLEROL TYLEROL closed this as completed Sep 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants