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

v3.8.0-4 round: fix unlink prefab bug in inspector #15518

Merged
merged 4 commits into from
Jun 29, 2023

Conversation

arsen2010
Copy link
Contributor

Re: #

Changelog


Continuous Integration

This pull request:

  • needs automatic test cases check.

    Manual trigger with @cocos-robot run test cases afterward.

  • does not change any runtime related code or build configuration

    If any reviewer thinks the CI checks are needed, please uncheck this option, then close and reopen the issue.


Compatibility Check

This pull request:

  • changes public API, and have ensured backward compatibility with deprecated features.
  • affects platform compatibility, e.g. system version, browser version, platform sdk version, platform toolchain, language version, hardware compatibility etc.
  • affects file structure of the build package or build configuration which requires user project upgrade.
  • introduces breaking changes, please list all changes, affected features and the scope of violation.

@arsen2010 arsen2010 requested a review from dogeFu June 25, 2023 06:39
@github-actions
Copy link

Interface Check Report

This pull request does not change any public interfaces !

}
}
}
const undoID = await beginRecording(recordings);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unlink-prefab不需要在业务层记录undo,场景中unlink时已经记录好了https://github.com/cocos/editor-extensions/pull/595

}
}
}
const undoID = await beginRecording(recordings);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里如果recordings没有uuid最好不要beginRecording

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done modified

@arsen2010 arsen2010 requested a review from dogeFu June 25, 2023 07:21
@dogeFu
Copy link
Contributor

dogeFu commented Jun 27, 2023

@VisualSJ VisualSJ merged commit 2ea7043 into cocos:v3.8.0 Jun 29, 2023
10 checks passed
@arsen2010 arsen2010 deleted the v3.8.0-4-prefab-0625 branch July 10, 2023 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants