The order of native command parameters on it's execution does not correspond to the pattern

Issue #107 invalid
Former user created an issue

When native command is executed, the order of parameters printed in console does not match the pattern (CmdFormatText) of this command.

Format specified: git branch --delete {force} {branch} Console output: @Delete Branch -branch TEST -force

vladimir.kralko@acumatica.com

Comments (3)

  1. Dmitry Kasatsky

    The order of the named parameters of native command does not matter and should not match the pattern of the system command

    When you enter a command in the parameters panel, the parameters are collected in the declaration order.

  2. Log in to comment