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

feat(interview): Reuse datasets and values [5] #1188

Draft
wants to merge 29 commits into
base: interview-copy-dataset
Choose a base branch
from

Conversation

jochenklar
Copy link
Member

This PR adds the possibility to copy any dataset when creating a new dataset.

@jochenklar jochenklar changed the title Interview import dataset feature(interview): Reuse datasets and values [6] Nov 19, 2024
@jochenklar jochenklar changed the title feature(interview): Reuse datasets and values [6] feature(interview): Reuse datasets and values [5] Nov 19, 2024
@jochenklar jochenklar changed the title feature(interview): Reuse datasets and values [5] feat(interview): Reuse datasets and values [5] Nov 19, 2024
@jochenklar jochenklar self-assigned this Nov 19, 2024
@jochenklar jochenklar added this to the RDMO 2.3.0 milestone Nov 19, 2024

# add a subquery to get the label for the set the value is part in
try:
set_attribute = int(request.GET.get('set_attribute'))
Copy link
Member

Choose a reason for hiding this comment

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

this one is failing the tests for NoneTypes (maybe 3.8 related),

         try:
>           set_attribute = int(request.GET.get('set_attribute'))
E           TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'

rdmo/projects/viewsets.py:767: TypeError

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.

2 participants