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

hack in temp ds if it doesnt exist. use rels-int ns #115

Merged
merged 4 commits into from May 14, 2015

Conversation

nhart
Copy link
Contributor

@nhart nhart commented May 7, 2015

No description provided.

$manageable_by_user = 'isManageableByUser';
$manageable_by_role = 'isManageableByRole';
$object_to_update[$ds]->relationships->remove(ISLANDORA_RELS_EXT_URI, $manageable_by_user);
$object_to_update[$ds]->relationships->remove(ISLANDORA_RELS_EXT_URI, $manageable_by_role);
$temp_ds->relationships->remove(ISLANDORA_RELS_INT_URI, $manageable_by_user);
Copy link
Member

Choose a reason for hiding this comment

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

I'm pretty sure this should just be removing RELS-EXT NS as that is what has been queried for https://github.com/Islandora/islandora_xacml_editor/pull/115/files#diff-c2819f5529321c1300b2e202ca30a4daR131 --handled

willtp87 added a commit that referenced this pull request May 14, 2015
hack in temp ds if it doesnt exist. use rels-int ns
@willtp87 willtp87 merged commit f5d75fd into Islandora:7.x May 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants