-
-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] [bukuserver] Add link to message: Record was successfully created #564
Comments
I believe |
As for the feature itself, the message was implemented inside the default handler in flask-admin, using plain-text based functionality implemented in flask; so working around those to implement a hyperlink would be hardly trivial. There is, however, a way to get what you want (or an approximation thereof); press "Save and Continue Editing" instead of "Save", and you'll be redirected to the edit form of the newly created record (you can then switch to Details tab if you want a read-only view). |
Correction: this button is currently only present in the "create" tab ( |
…I can add these buttons to the modal (it only takes a few lines in the template), but they'll still redirect to the form page. |
Feature requests
Currently, bukuserver displays the following message "Record was successfully created."
Please add to this message a link leading to the new bookmark. (i.e.
http://localhost:5001/bookmark/?flt0_id_equals=
)Example: Record was successfully created as Title
The text was updated successfully, but these errors were encountered: