Skip to content

fix(workflowengine): remove non existing script loading#59426

Merged
susnux merged 1 commit intomasterfrom
fix/wfe-scripts
Apr 9, 2026
Merged

fix(workflowengine): remove non existing script loading#59426
susnux merged 1 commit intomasterfrom
fix/wfe-scripts

Conversation

@susnux
Copy link
Copy Markdown
Contributor

@susnux susnux commented Apr 3, 2026

The script does not exist anymore, so remove it.

Checklist

AI (if applicable)

  • The content of this PR was partly or fully generated using AI

- resolves #59385

The script does not exist anymore, so remove it.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux
Copy link
Copy Markdown
Contributor Author

susnux commented Apr 3, 2026

/backport to stable33

@susnux susnux added this to the Nextcloud 34 milestone Apr 3, 2026
@susnux susnux requested review from a team, Altahrim, icewind1991, leftybournes and provokateurin and removed request for a team April 3, 2026 15:26
@susnux susnux merged commit 909ff0e into master Apr 9, 2026
218 of 222 checks passed
@susnux susnux deleted the fix/wfe-scripts branch April 9, 2026 17:12
@backportbot
Copy link
Copy Markdown

backportbot bot commented Apr 9, 2026

The backport to stable33 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable33
git pull origin stable33

# Create the new backport branch
git checkout -b backport/59426/stable33

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 645350d4

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/59426/stable33

Error: Failed to check for changes with origin/stable33: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@susnux
Copy link
Copy Markdown
Contributor Author

susnux commented Apr 9, 2026

/backport to stable33

@backportbot
Copy link
Copy Markdown

backportbot bot commented Apr 9, 2026

The backport to stable33 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable33
git pull origin stable33

# Create the new backport branch
git checkout -b backport/59426/stable33

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 645350d4

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/59426/stable33

Error: Failed to check for changes with origin/stable33: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@susnux
Copy link
Copy Markdown
Contributor Author

susnux commented Apr 9, 2026

/backport 645350d to stable33

@backportbot
Copy link
Copy Markdown

backportbot bot commented Apr 9, 2026

The backport to stable33 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable33
git pull origin stable33

# Create the new backport branch
git checkout -b backport/59426/stable33

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 645350d4

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/59426/stable33

Error: Failed to check for changes with origin/stable33: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@susnux
Copy link
Copy Markdown
Contributor Author

susnux commented Apr 9, 2026

Backport: #59547

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Nextcloud 33 tries to load missing /core/js/systemtags.js

5 participants