We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consider dropping DC_P and DC_OAI functional logic as the two data streams aren't useful anymore.
DC_P and DC_OAI data streams are created (or updated) every time update DC https://github.com/phaidra/phaidra-api/wiki/Documentation#update-dc is called whether or not updatedc hook is enabled or disabled in Phaidra API config.
updatedc
Also, the two calls:
$r->route('object/:pid/dc') -> via('get') -> to('dc#get', dsid => 'DC_P'); $r->route('object/:pid/oai_dc') -> via('get') -> to('dc#get', dsid => 'DC_OAI');
do not make much sense when DC_P and DC_OAI data streams don't exist.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Consider dropping DC_P and DC_OAI functional logic as the two data streams aren't useful anymore.
DC_P and DC_OAI data streams are created (or updated) every time update DC https://github.com/phaidra/phaidra-api/wiki/Documentation#update-dc is called whether or not
updatedc
hook is enabled or disabled in Phaidra API config.Also, the two calls:
do not make much sense when DC_P and DC_OAI data streams don't exist.
The text was updated successfully, but these errors were encountered: