-
-
Notifications
You must be signed in to change notification settings - Fork 416
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
mixup between note
and notes
#371
Comments
Thanks for the catch! Will look into the PR soon. Btw, Github did not reply me back about your permissions in the repo. Do you currently have access to the Settings page? |
nope, still no settings tab for me no big deal though, as far as I am concerned |
Grrr...
OK. |
But, do you have merge permissions? |
On 1 May 2018, at 16:11, Damian Avila ***@***.***> wrote:
But, do you have merge permissions?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
well I have not had a chance to try yet; but I was able to tweak some issues, so I guess I have some write permissions.
so, when you say ‘looks good to me’ do you expect me to merge stuff directly ?
|
Yep, that's a correct interpretation! |
While testing notebook-5.5 for #367, I came across another issue but in our code this time.
I seem to have mixed up on several occasions between
notes
andnote
;as a result there are references to an action named
RISE:toggle-note
which should beRISE:toggle-notes
.Trying to bind a keyboard shortcut to that inexisting action of course won't work - even with notebook-5.5
The text was updated successfully, but these errors were encountered: