cdevroe / unmark

An open source to do app for bookmarks.
https://unmark.it
Other
1.6k stars 194 forks source link

Marks being added to the Label table in the Database. #260

Closed vdisp closed 4 years ago

vdisp commented 4 years ago

I added the Add to Unmark Link from the Profile Section as a Bookmark in my Browser and can add marks just fine this way.

However, I cannot figure out how to add/edit Labels from within the admin area. I figured I would try to add some manually via the Database and found that all my marks had also been added to the Label Table. I deleted all of them and added a couple Labels via the Insert function in phpMyAdmin and updated the Auto Increment count as well. I was able to reorder them manually but I can't seem to figure out how to change the color either, they are just gray.

Anyway, after changing the Marks on some of the entries to the new Labels, every Mark that I moved was also listed in the Label Table.

The order column has a note that says something about dragging to reorder, but I can seem to get anything like that to work.

cdevroe commented 4 years ago

@vdisp Can you supply a dataset? A SQL file or something? Even screenshots of each table would help me to see what exactly is happening.

vdisp commented 4 years ago

Here are three screen shots: Main Table and Labels, and Marks. Unmark.zip

Annotation 2020-05-21 190014

Annotation 2020-05-21 190015

Annotation 2020-05-21 190016

cdevroe commented 4 years ago

@vdisp This all looks fine. The last table there is an index of the label with the URL. Looks good.