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

Referenceindexnoupdated #1148

Merged
merged 7 commits into from Dec 20, 2022
Merged

Referenceindexnoupdated #1148

merged 7 commits into from Dec 20, 2022

Conversation

JiriPrajz
Copy link
Contributor

No description provided.

@origambot
Copy link

This pull request has been mentioned on ORIGAM Community. There might be relevant details there:

https://community.origam.com/t/action-in-architect-find-references-does-not-work/2602/2

if (!item.IsDeleted)
{
Add(item);
}
}

private static void RemoveAllReferencs(AbstractSchemaItem reference)
Copy link
Contributor

Choose a reason for hiding this comment

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

Please fix the typo on the method name.

private static void RemoveAllReferencs(AbstractSchemaItem reference)
{
var referenceInfo = new ReferenceInfo(reference.Id, reference.GetType());
var referencelist = referenceDictionary
Copy link
Contributor

Choose a reason for hiding this comment

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

Please fix capitalization of the variable name. Or better yet rename it to referencesToRemove?

Copy link
Contributor

Choose a reason for hiding this comment

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

I ment the variable "referencelist" not the parameter "reference"

backend/Origam.DA.Service/ReferenceIndexManager.cs Outdated Show resolved Hide resolved
backend/Origam.DA.Service/ReferenceIndexManager.cs Outdated Show resolved Hide resolved
private static void RemoveAllReferencs(AbstractSchemaItem reference)
{
var referenceInfo = new ReferenceInfo(reference.Id, reference.GetType());
var referencelist = referenceDictionary
Copy link
Contributor

Choose a reason for hiding this comment

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

I ment the variable "referencelist" not the parameter "reference"

@washibana washibana merged commit 726d920 into master Dec 20, 2022
@washibana washibana deleted the referenceindexnoupdated branch December 20, 2022 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants