mirror of
https://github.com/JLiscom/OpenNote.git
synced 2026-04-25 16:25:49 +03:00
[GH-ISSUE #147] Issues with version 14.07.02 #127
Labels
No labels
bug
enhancement
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OpenNote-JLiscom#127
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LOTRg on GitHub (Dec 26, 2015).
Original GitHub issue: https://github.com/JLiscom/OpenNote/issues/147
Great app and exactly what I need. However some issues were encountered.
Since the latest version 15.xx is an offline app, the latest webserver version is 14.07.02 which comes with a few issues, hoping they could be easily fixed.
1-) if a Note is saved and then try to delete it immediately after save the page freezes, the same applies for editing, workaround : Refresh the browser then do either task.
2-) Registration fails on this version for whatever reason. workaround : use version 15.xx just to create the users from the Legacy page settings then switch back to version 14.07.02 and the logins would work.
3-) Application prompts for update always to version 15.xx which is not compatible with Webserver setup : workaround : open OpenNote/openNote/openNote.js file and comment out the update function to look like this :
//Check for updates
//$http.get(config.getUpdateURL()).then(
// function(response){//Successful
// if(response.data.version!=config.getVersion())
// alertify.log(""+response.data.updateText+"", "", 0);
// });
Hope the developer can have sometime to look at these issues.
@JLiscom commented on GitHub (Jan 28, 2016):
15.x.x is an offline app and is the only supported version. You can use couchdb to syn and persist notes.