Skip to content

Conversation

@dafeder
Copy link
Member

@dafeder dafeder commented Sep 22, 2025

Fixes #4561

QA steps

  1. Build from branch
  2. Load and import sample content
  3. Visit admin/dkan/datastore/status
  4. Confirm resource ID for bike lanes dataset is 3a187a87dc6cd47c48b6b4c4785224b7
  5. Run drush dkan:dataset-info cedcd327-4e5d-43f9-8eb1-c11850fa7c55
  6. Confirm resource ID is correct

@dafeder dafeder marked this pull request as ready for review September 22, 2025 21:02
'data' => [
'#theme' => 'datastore_dashboard_resource_cell',
'#uuid' => $dist['distribution_uuid'],
'#uuid' => $dist['resource_id'],
Copy link
Member

Choose a reason for hiding this comment

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

Does it matter that the data property is still uuid?

Copy link
Member Author

Choose a reason for hiding this comment

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

Well - depends what "matters" means 😄 . I did change that too at first but it required changing a lot more files, templates etc. I don't feel strongly though, if you think we should change the element/variable name too I can redo.

@dafeder
Copy link
Member Author

dafeder commented Sep 26, 2025

Now less sure, seems like there are other workflows where it's more useful to get the distribution ID...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

List resource ID instead of distribution ID in datastore import dashboard

3 participants