Commit 13746305 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[WIP] Removing ALL Universal

parent d6e5600f
...@@ -752,7 +752,7 @@ uploadFrameCalcViewWithLangsCpt = here.component "uploadFrameCalcViewWithLangs" ...@@ -752,7 +752,7 @@ uploadFrameCalcViewWithLangsCpt = here.component "uploadFrameCalcViewWithLangs"
where where
cpt { dispatch, langs, session } _ = do cpt { dispatch, langs, session } _ = do
lang' /\ langBox lang' /\ langBox
<- R2.useBox' $ fromMaybe Universal $ A.head langs <- R2.useBox' $ fromMaybe EN $ A.head langs
selection' /\ selectionBox selection' /\ selectionBox
<- R2.useBox' ListSelection.MyListsFirst <- R2.useBox' ListSelection.MyListsFirst
......
...@@ -63,7 +63,7 @@ actionWriteNodesDocumentsWithLangsCpt = here.component "actionWriteNodesDocument ...@@ -63,7 +63,7 @@ actionWriteNodesDocumentsWithLangsCpt = here.component "actionWriteNodesDocument
cpt { dispatch, id, langs, session } _ = do cpt { dispatch, id, langs, session } _ = do
lang' /\ langBox lang' /\ langBox
<- R2.useBox' $ fromMaybe Universal $ A.head langs <- R2.useBox' $ fromMaybe EN $ A.head langs
selection' /\ selectionBox selection' /\ selectionBox
<- R2.useBox' ListSelection.MyListsFirst <- R2.useBox' ListSelection.MyListsFirst
paragraphs' /\ paragraphBox paragraphs' /\ paragraphBox
...@@ -93,7 +93,7 @@ actionWriteNodesDocumentsWithLangsCpt = here.component "actionWriteNodesDocument ...@@ -93,7 +93,7 @@ actionWriteNodesDocumentsWithLangsCpt = here.component "actionWriteNodesDocument
B.formSelect' B.formSelect'
{ callback: flip T.write_ langBox { callback: flip T.write_ langBox
, value: lang' , value: lang'
, list: langs <> [ No_extraction, Universal ] , list: langs <> [ No_extraction ]
} }
[] []
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment