AppFlowy/frontend/rust-lib/flowy-database
Mohammad Zolfaghari 59cb4a890a
fix: empty url group bug (#1755)
* fix: empty url group bug

moving a row to empty url (no status) group would change the row's
url to the group id which is not empty, its a random string.
fixed it with puting a check to fill the url with the empty string
when the group id is equal to empty url group id

* fix: move empty group check to `insert_url_cell`

because evereywhere using `insert_url_cell` we want to check that.

* chore: cargo fmt

---------

Co-authored-by: nathan <nathan@appflowy.io>
2023-02-13 18:55:03 +08:00
..
src fix: empty url group bug (#1755) 2023-02-13 18:55:03 +08:00
tests feat: run rustfmt with custom defined fmt configuration (#1848) 2023-02-13 09:29:49 +08:00
build.rs feat: run rustfmt with custom defined fmt configuration (#1848) 2023-02-13 09:29:49 +08:00
Cargo.toml fix: potential async errors (#1772) 2023-01-31 19:30:48 +08:00
Flowy.toml Feat/database view (#1765) 2023-01-31 08:28:31 +08:00