'Error in DBconfig$ssffTrackDefinitions[trackDefFound] : invalid subscript type 'list'#2
Open
Dallak wants to merge 2398 commits into
Open
'Error in DBconfig$ssffTrackDefinitions[trackDefFound] : invalid subscript type 'list'#2Dallak wants to merge 2398 commits into
Dallak wants to merge 2398 commits into
Conversation
…Studio to connect
…els are not equal (fixes #215)
…) that was causing the items array in the JSON file to stay empty
The function was completely unusable, as it used the sequence indexes from user input as item ids. It therefore deleted items completely unrelated to those specified. To correct the behavior, I also had to change the temp tables for CRUD operations. They include a copy of the links table now. And the function moveback_annotCrudTmpTables() now empties the original table before writing back data from the temp tables. I have also added some basic checks to delete_itemsInLevel(), about required columns and their types. The check for sequences was faulty, it compared end_item_id against itself. It now compares against start_item_id. And it returns offending rows invisibly; I think this style of error reporting might be the general way of emuR’s CRUD API.
change two instances of latex to markdown and remove duplicate word.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'm trying to reproduce the following code, but I got this error 'Error in DBconfig$ssffTrackDefinitions[trackDefFound] :
invalid subscript type 'list''.
I'd appreciate any input.