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

All type parameters stopped from being copied over to the BHoM objects on pull with type parameter mapping #758

Merged
merged 1 commit into from
Jun 23, 2020

Conversation

pawelbaran
Copy link
Member

Issues addressed by this PR

Closes #755

Test file(s):

On SharePoint

@pawelbaran pawelbaran added the type:bug Error or unexpected behaviour label Jun 18, 2020
@pawelbaran pawelbaran self-assigned this Jun 18, 2020
Copy link
Contributor

@kThorsager kThorsager left a comment

Choose a reason for hiding this comment

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

Tested and seems to do what it's suppose to

LGTM

Copy link
Contributor

@FraserGreenroyd FraserGreenroyd left a comment

Choose a reason for hiding this comment

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

LGTM

{
if (parameter == null)
return null;

string name = parameter.Definition.Name;

IParameterLink parameterLink = parameterLinks.ParameterLink(parameter);
Copy link
Contributor

Choose a reason for hiding this comment

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

Can I check, is this anything to do with parameter links? 🤣

Copy link
Member Author

Choose a reason for hiding this comment

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

Em, I think it is more about parameter links. 🐒

Copy link
Contributor

Choose a reason for hiding this comment

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

I guess that makes some sense 🤔

@pawelbaran
Copy link
Member Author

/azp run Revit_Toolkit.CheckInstaller

1 similar comment
@FraserGreenroyd
Copy link
Contributor

/azp run Revit_Toolkit.CheckInstaller

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@pawelbaran pawelbaran merged commit 7076915 into master Jun 23, 2020
@pawelbaran pawelbaran deleted the Revit_Toolkit-#755-AllParametersBug branch June 23, 2020 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Error or unexpected behaviour
Projects
None yet
3 participants