- Edited
Can't remove the fof drafts extension via bazaar. When I try to remove it, it says something went wrong, please try again after refreshing the page. I tried that several times but the same error is returned. How do I solve this?
Can't remove the fof drafts extension via bazaar. When I try to remove it, it says something went wrong, please try again after refreshing the page. I tried that several times but the same error is returned. How do I solve this?
sakibarifin I guess migrations can't be run down (eg removing tables). You can either use composer directly or wait for the issue to be resolved. Filing an issue on the repository would speed up the process of getting issues resolved.
Hi! I'm not a member of FoF, so I don't know exactly when the next release is coming out, but there's only one PR left to merge, and that's ready for review. Hopefully that should be done soon. The release will also fix the migration issue.
This release brings a bunch of new features, UI improvements, and bug fixes.
You'll need to disable & re-enable the extension for the scheduling assets to be copied over.
Oh my God, You guys are amazing...
@wloot
@askvortsov
@IanM
I just noticed a bug,
If you save drafts;
On desktop screen size, saved Drafts shows up on NotificationGrid and is working. But,
On phone screen size which involves drawer routing to ./drafts , the number of saved drafts is shown on the icon but it says "You haven't saved any drafts".
I enlarged the screen and noticed that the problem is that Drafts doesn't show up on routing to ./drafts
Recreate the problem on your end, by;
Saving a Draft, then route to yourforum.com/drafts, you would see "You haven't saved any drafts".
Thanks for those wonderful updates !
Unfortunately I have a « something went wrong » at the first auto-save attempt. The log is very long...
Does this seems easy to fix ?
ornanovitch you need to run
php flarum migrate
wooops, ok thanks ! It works like a charm
Error when viewing the forum as a guest:
datitisev Another bug, I don't know if it is a known issue as the previous one. But,
When editing post reply that has already been posted before, the auto draft feature automatically saves a new version with empty discussion title.
I thought pressing Send without filling any other details would update the reply, but, No, instead it tries to create a new discussion, and when I want to close the Composer editor, the close button becomes disabled.
Operator On phone screen size which involves drawer routing to ./drafts , the number of saved drafts is shown on the icon but it says "You haven't saved any drafts".
Operator When editing post reply that has already been posted before, the auto draft feature automatically saves a new version with empty discussion title.
I've opened a PR to fix both these issues here: FriendsOfFlarum/drafts27, thanks for reporting!
Fixed in v0.1.9
askvortsov Perfect!!!