-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
[FIX] Missing RocketApps input types #10394
Conversation
@@ -5,6 +5,16 @@ import { AppEvents } from '../communication'; | |||
|
|||
|
|||
Template.appManage.onCreated(function() { | |||
|
|||
if (RocketChat.settings.cachedCollectionPrivate == null) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's this for in this file? As I don't see it being used anywhere except the commented out code below on line 98..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -5,6 +5,7 @@ import { AppEvents } from '../communication'; | |||
|
|||
|
|||
Template.appManage.onCreated(function() { | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
???
@@ -74,6 +75,51 @@ Template.apps.onDestroyed(function() { | |||
}); | |||
|
|||
Template.appManage.helpers({ | |||
// setEditorOnBlur(_id) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you remove this comment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some fields we the we have not implemented yet (all fields on image are working)