Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

(Re)Save workflow/Workflow Designer Text #355

Merged
merged 2 commits into from
Apr 25, 2019
Merged

Commits on Apr 25, 2019

  1. Save new workflow twice

    This commit fixes a bug in saving a new workflow after its initial save.
    The bug was caused by the check done to see if the workflow is new or
    not. When flow is loaded it downloads a list of actions. This list is
    checked to see if the action is new or not. Once the initial save
    happens the actions were not refreshed, thus the API call was always a
    POST instead of an initial POST followed by a PUT. This commit refreshes
    actions after the initial save.
    bigmstone committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    bd66559 View commit details
    Browse the repository at this point in the history
  2. Align workflow designer text

    The top menu has workflow designer text as a subscript. This commit
    aligns it even with the logo.
    bigmstone committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    aaebce4 View commit details
    Browse the repository at this point in the history