You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# IT HAS A PROBLEM, IF MORE THEN ONE COLUMn WAS DISPLAYED.
# But for now its ok. I dont know how to provide just some items.
This is not an issue, this is expected. We can easily correct by creating a deleteSentence function that receives all the sentence information.
# IT HAS ANOTHER PROBLEM: IT DELETES ALL SENTENCES THAT ARE EQUAL
# But, because the user has selected a section, sub section and function
# It was expected that just that sentence that he select.
The text was updated successfully, but these errors were encountered:
But the problem of the first one is that: if the column numbers varies the quantity of information varies too. Like If the table has displayed section and sentence, when you double clicked a sentence it returns section and sentence, but the method not treats this now.
The second if you read from selected categories, its true, but if you select all (not select anything) and select a sentence you dont have the information about categories.
Fix issues #48 and #46.
Added a bunch of new functions to deal with sentences update and remove.
Now the listSentences function must return the entry's ID.
Please, explain more
This is not an issue, this is expected. We can easily correct by creating a deleteSentence function that receives all the sentence information.
# IT HAS ANOTHER PROBLEM: IT DELETES ALL SENTENCES THAT ARE EQUAL
# But, because the user has selected a section, sub section and function
# It was expected that just that sentence that he select.
The text was updated successfully, but these errors were encountered: