mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat(core): Add workflow history initial setup (no-changelog) (#6852)
* feat: Add workflow history initial setup * fix: Add feature to missing controller
This commit is contained in:
@@ -136,6 +136,10 @@ export class License {
|
||||
return this.isFeatureEnabled(LICENSE_FEATURES.SOURCE_CONTROL);
|
||||
}
|
||||
|
||||
isWorkflowHistoryLicensed() {
|
||||
return this.isFeatureEnabled(LICENSE_FEATURES.WORKFLOW_HISTORY);
|
||||
}
|
||||
|
||||
isAPIDisabled() {
|
||||
return this.isFeatureEnabled(LICENSE_FEATURES.API_DISABLED);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user