When we create a board from a template, we get an error.
Last modified:
When we create a board from a template, we get an error.
AddBoard {"GroupId":20,"Name":"LCDSTT-L10_AH-64D-E #3 Transformer","Color":9,"ScriptId":80} Exception has been thrown by the target of an invocation. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at Jint.Runtime.Interop.MethodInfoFunctionInstance.Invoke(MethodInfo[] methodInfos, JsValue thisObject, JsValue[] jsArguments) at Jint.Runtime.Interop.MethodInfoFunctionInstance.Call(JsValue thisObject, JsValue[] arguments) at Jint.Runtime.ExpressionInterpreter.EvaluateCallExpression(CallExpression callExpression) at Jint.Engine.EvaluateExpression(Expression expression) at Jint.Runtime.StatementInterpreter.ExecuteExpressionStatement(ExpressionStatement expressionStatement) at Jint.Engine.ExecuteStatement(Statement statement) at Jint.Runtime.StatementInterpreter.ExecuteStatementList(IEnumerable`1 statementList) at Jint.Engine.Execute(Program program) at KanBo.Web.DefaultScriptFactory.JintScript.Run() at KanBo.Core.Actions.AddBoard.invokeAction() at KanBo.Core.Actions.AddBoard.Invoke() at KanBo.Web.JsonApi.InvokeSync[T](String method, String args) at KanBo.Web.JsonApi.<Invoke>d__5.MoveNext() Invalid LCID at KanBo.Core.Scripting.Board.SetSettings(Object input)
Go to the Board Settings, change language to German and back to English. Then make a new template of the board.
If it does not help, please execute following command on KanBo content database.
SELECT * FROM [dbo].[ScriptInternals] WHERE Id = 80
Find entries which do not have LCID:1033
Add them to the affected boards and you will be able to create a template and then create a board from that template.
Please add it to the remaining boards.