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 newly added entry not synced to db #7178

Merged
merged 7 commits into from
Dec 14, 2020
Merged

Fix newly added entry not synced to db #7178

merged 7 commits into from
Dec 14, 2020

Commits on Dec 11, 2020

  1. Fix newly added entry not synced to db

    Newly added entries have empty fields; don't update the field table to prevent SQL Exception
    Fix shared entry not found by id
    use left outer join for this
    Siedlerchr committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    c883e8d View commit details
    Browse the repository at this point in the history
  2. fix checkstyle

    Siedlerchr committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    7317104 View commit details
    Browse the repository at this point in the history
  3. fix wording

    Siedlerchr committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    ae37d4b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2020

  1. Merge remote-tracking branch 'upstream/master' into sharedDbInsert

    * upstream/master:
      Disable SLR in UI until #7126 is merged (#7179)
    Siedlerchr committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    c6d01b3 View commit details
    Browse the repository at this point in the history
  2. add tests for fix

    Siedlerchr committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    503670a View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. adjust test

    Siedlerchr committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    33f11a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c33584 View commit details
    Browse the repository at this point in the history