mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-12037] Remove Knowledge Discovery from ACA (#5278)
* [ACS-12037] Remove Knowledge Discovery from ACA * [ACS-12037] CR comments * [ACS-12037] Update package-lock * [ACS-12037] Add new rule documentation * [ACS-12037] Fix unit tests
This commit is contained in:
@@ -148,8 +148,3 @@ if [ -n "${APP_CONFIG_PLUGIN_CATEGORIES}" ]; then
|
||||
echo "SET APP_CONFIG_PLUGIN_CATEGORIES"
|
||||
sed -e "s/\"categoriesEnabled\": [^,]*/\"categoriesEnabled\": ${APP_CONFIG_PLUGIN_CATEGORIES}/g" -i "$APP_CONFIG_FILE"
|
||||
fi
|
||||
|
||||
if [ -n "${APP_CONFIG_PLUGIN_KNOWLEDGE_RETRIEVAL}" ]; then
|
||||
echo "SET APP_CONFIG_PLUGIN_KNOWLEDGE_RETRIEVAL"
|
||||
sed -e "s/\"knowledgeRetrievalEnabled\": [^,]*/\"knowledgeRetrievalEnabled\": ${APP_CONFIG_PLUGIN_KNOWLEDGE_RETRIEVAL}/g" -i "$APP_CONFIG_FILE"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user