- 28 Nov, 2018 5 commits
-
-
pierre.tremouilhac authored
Resolve "strange UI behavior on sample analyses" Closes #507 See merge request ComPlat/chemotion_ELN!742
-
PiTrem authored
-
PiTrem authored
does not use defered action anymore
-
PiTrem authored
cancel fix: do not force reload when the user navigate between the element details tabs of opened reactions and samples: - fix synchronization of density/molarity - fix synch e.g when navigating to one Reaction, to a non associated sample, then to an associated sample. the data are synchronized independently of next tab: -- when the previous tab was a reaction then the data in all opened associated samples tabs will be synchronized -- when the previous tab was a sample then the data in the opened reaction tab will be synchronized (w reaction.updateMaterial) simplify synchronize element
-
chia-lin.lin authored
User can open Reaction and Sample which are related to each other and input sample analyses data by switching Reaction and Sample window tabs . This operation sometimes might confuse users if they save the data in one window tab and then check the data in another window tab without refreshing data. And sometimes it brings the issue about data inconsistent because some scenarios are not covered in the current data flow control (we have analyses and containers in sample json and analyses and product in rection json). Add refreshing sample data in two functions: handleFetchSampleById and resetCurrentElement as a workaround solution. For handleFetchSampleById, always reset currentElement and selecteds if currentElement.type is sample . For resetCurrentElement, always reset product if currentElement.type is recation.
-
- 27 Nov, 2018 5 commits
-
-
pierre.tremouilhac authored
Resolve "FE panel warning" Closes #581 See merge request ComPlat/chemotion_ELN!826
-
PiTrem authored
-
pierre.tremouilhac authored
Status drop down menu on reaction should be in the front Closes #580 See merge request ComPlat/chemotion_ELN!824
-
pierre.tremouilhac authored
Split Wellplate Closes #176 See merge request ComPlat/chemotion_ELN!818
-
pierre.tremouilhac authored
Set alias as resin/polymer + use DelayedJob for importing See merge request ComPlat/chemotion_ELN!823
-
- 26 Nov, 2018 1 commit
-
-
chia-lin.lin authored
Chemotion_eln_support https://git.scc.kit.edu/ComPlat/chemotion_ELN_support/issues/121. The drop down list of Status select menu on Reaction Properties always goes to the back and user is not able to see/select the option. Use z-index to keep select menu on the top.
-
- 23 Nov, 2018 1 commit
-
-
an.nguyen authored
-
- 21 Nov, 2018 2 commits
-
-
pierre.tremouilhac authored
Combine 'Account Settings' and 'Change Profile' Closes #579 See merge request ComPlat/chemotion_ELN!820
-
chia-lin.lin authored
Combine 'Account Settings' and 'Change Profile' into one function named 'Account & Profile'. The menu link is renamed as well. The functions for updating Reaction Label and show/no-show external name on Sample title settings remain the same.
-
- 20 Nov, 2018 5 commits
-
-
pierre.tremouilhac authored
Copy reaction should allow loading input Closes #569 See merge request ComPlat/chemotion_ELN!821
-
pierre.tremouilhac authored
Fix ChemScanner SVG preview to 300px See merge request ComPlat/chemotion_ELN!819
-
an.nguyen authored
-
chia-lin.lin authored
A new wellplate is created with the same attribute-values as selected wellplate. The new records in table(Well) are also be created to keep the relationship between new wellplate and 'New Sample'. 'New Sample' means the new sample created from the original sample on the original wellplate. The name of wellplate is required and is ended with surfix '-Split'.
-
chia-lin.lin authored
When creating a reaction with polymer as starting material, the loading value is always 0 no matter user inputs the value or not. That's the current logic about reaction creation and will not change. When copying a reaction with polymer as starting material, the current logic about the loading value is to set it as null and does not bring the value from the source one. With this patch, the loading value is copied from the source reaction on front-end. There is a parameter 'keepResidueInfo'. No change is applied for the case (keepResidueInfo is ture) because a code comment said '// only reset loading'. So, leave it as well.
-
- 19 Nov, 2018 1 commit
-
-
pierre.tremouilhac authored
The 'ValidateDOMNesting' javascript warning Closes #577 See merge request ComPlat/chemotion_ELN!817
-
- 15 Nov, 2018 1 commit
-
-
pei-chi.huang authored
Resolve "auto scale the solvents volume when lock button is on" Closes #578 See merge request ComPlat/chemotion_ELN!816
-
- 14 Nov, 2018 2 commits
-
-
pei-chi.huang authored
-
pierre.tremouilhac authored
Resolve "Equiv lock should not lock solvents vol" Closes #576 See merge request ComPlat/chemotion_ELN!815
-
- 13 Nov, 2018 2 commits
-
-
chia-lin.lin authored
The type of 'validateDOMNesting' javascript warning occues after a ELN version release (maybe related to the libraries upgrade). Most of them are like '<xxx> cannot appear as a child of <abc>'. Check the warning detail and then modify the code as the warning suggests.
-
pei-chi.huang authored
-
- 12 Nov, 2018 7 commits
-
-
pierre.tremouilhac authored
Resolve "reaction scheme lock the equivalence switch" Closes #564 See merge request ComPlat/chemotion_ELN!798
-
pei-chi.huang authored
-
pierre.tremouilhac authored
Resolve "analysis dataset preview fix entity" Closes #575 See merge request ComPlat/chemotion_ELN!814
-
PiTrem authored
-
PiTrem authored
npm upd lodash mino rev
-
pierre.tremouilhac authored
Resolve "analysis of reaction" Closes #567 See merge request ComPlat/chemotion_ELN!801
-
pierre.tremouilhac authored
Resolve "Report standard - add reaction short_label" Closes #574 See merge request ComPlat/chemotion_ELN!813
-
- 09 Nov, 2018 8 commits
-
-
jasonych99 authored
-
pei-chi.huang authored
-
pierre.tremouilhac authored
Resolve "upd uglifify" Closes #573 See merge request ComPlat/chemotion_ELN!811
-
pierre.tremouilhac authored
SVG/PNG preview bug fixed See merge request ComPlat/chemotion_ELN!812
-
an.nguyen authored
-
PiTrem authored
-
PiTrem authored
npm upg proptypes
-
PiTrem authored
- StructureEditorModal fix proptype for editorlist - fix warning iterator each child has unique key prop - fix unsupported style property white-space
-