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

[TechDraw] Issue #13661 - Split sheet autofill to separate values #13790

Merged
merged 1 commit into from May 4, 2024

Conversation

pavltom
Copy link
Contributor

@pavltom pavltom commented May 2, 2024

This pull request implements the requested splitting of "sheet" field in the "X / Y" form (X for page ordinal number, Y for total count of pages) into two separate values accessible through:

page_number autofill value, which determines the position of the new page in the collated set of all page names (identical to X in sheet field)
and
page_count autofill value, which delivers the total page count in given document (corresponds to Y in sheet field)

The change is rather minimal, thus I would not expect any fundamental issues, but some testing is definitely welcome. In case of any problems, please let me know.

@github-actions github-actions bot added the WB TechDraw Related to the TechDraw Workbench label May 2, 2024
@tobiasfalk
Copy link
Contributor

#13661

@WandererFan WandererFan merged commit 9bd19ff into FreeCAD:main May 4, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WB TechDraw Related to the TechDraw Workbench
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants