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: once Edited, the related process disappears - EXO-75002 #409

Merged
merged 2 commits into from
Oct 24, 2024

Commits on Oct 24, 2024

  1. fix: [Process-Edit process] process disappears - EXO-75002 . (#404)

    Before this change, when create processA and save and edit processA, ProcessA disappears unless page is refreshed. To resolve this problem, after the edit launches the refresh-works event. After this change, processA is displayed without needing to refresh page.
    
    (cherry picked from commit e310077)
    akhanfir authored and Jihed525 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3538778 View commit details
    Browse the repository at this point in the history
  2. fix: [Process-Edit process] process disappears - EXO-75002 . (#407)

    Before this change, when create processA and save and edit processA, ProcessA disappears unless page is refreshed. To resolve this problem, after the edit add the conditions where the filter equals (all or Imanage) to change the workflow list, the old workflow by the edited workflow. After this change, processA is displayed without needing to refresh page.
    
    (cherry picked from commit ccb8eb7)
    akhanfir authored and Jihed525 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    dcf2f75 View commit details
    Browse the repository at this point in the history