Greg,
This is on 13.3.
When I try editing the definition of a dataset (from the Dataset grid choose Manage Dataset -> Edit Definition), then change the category value and save. It looks like it save with out error but the value doesn't change. Here is the labkey.log output that get generated:
INFO DbScope 2014-01-13 09:58:08,506 ajp-bio-8009-exec-14 : Loading DbSchema "labkey.studydataset" (Module)
INFO DbScope 2014-01-13 09:58:08,534 ajp-bio-8009-exec-14 : no schema metadata xml found for schema 'studydataset'
INFO DbScope 2014-01-13 09:58:08,546 ajp-bio-8009-exec-14 : Loading DbSchema "labkey.studydataset" (Module)
INFO DbScope 2014-01-13 09:58:08,573 ajp-bio-8009-exec-14 : no schema metadata xml found for schema 'studydataset'
INFO DbScope 2014-01-13 09:58:08,594 ajp-bio-8009-exec-14 : Loading DbSchema "labkey.studydataset" (Module)
INFO DbScope 2014-01-13 09:58:08,622 ajp-bio-8009-exec-14 : no schema metadata xml found for schema 'studydataset'
INFO DbScope 2014-01-13 09:58:08,641 ajp-bio-8009-exec-14 : Loading DbSchema "labkey.studydataset" (Module)
INFO DbScope 2014-01-13 09:58:08,668 ajp-bio-8009-exec-14 : no schema metadata xml found for schema 'studydataset'
INFO DbScope 2014-01-13 09:58:08,686 ajp-bio-8009-exec-14 : Loading DbSchema "labkey.studydataset" (Module)
INFO DbScope 2014-01-13 09:58:08,714 ajp-bio-8009-exec-14 : no schema metadata xml found for schema 'studydataset'
INFO DbScope 2014-01-13 09:58:08,732 ajp-bio-8009-exec-14 : Loading DbSchema "labkey.studydataset" (Module)
INFO DbScope 2014-01-13 09:58:08,760 ajp-bio-8009-exec-14 : no schema metadata xml found for schema 'studydataset'
I tried changing the category value using edit definition in two variations:
1. changing the category to one that doesn't exist yet. Expected result: It creates the new category and changes the value to this new category.
2. First defining a new category, then updating the dataset's category value to the one just defined. Expected result: Category value is updated.
However, if I do the following: Manage Study -> Manage Datasets -> Change Properties -> click "Manage Categories" button, then I'm able to create a new category or edit the existing one and that works (the category value actually changes on the dataset).
-
Anthony |