code-saturne / code-saturne/code_saturne
Problem in the GUI : the code can add twice the same scalar name
未关闭
还没有人认领这个 Issue。
- 主要语言
- C++
- 星标
- 307
- 派生
- 102
- PR 合并指标
- 30 天内没有已合并 PR
描述
Hi,
In the "species transport" panel, if the user:
- add scalar1 then scalar2 and then scalar3
- then the user changes the name of scalar2 to scalar4 to have : scalar1, scalar4, scalar3
- and now the user adds a new scalar, the new scalar is scalar4 to have: scalar1, scalar4, scalar3 and scalar4.
I didn't take the time to find a fast smart correction to fix it.
Regards,
Yohann
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从物种传输面板开始,复现添加 scalar1、scalar2 和 scalar3,将 scalar2 重命名为 scalar4,然后再添加另一个标量的操作序列。跟踪面板如何选择新的标量名称;当新名称是唯一的,并且列出的标量仍为 scalar1、scalar4、scalar3 以及一个不同的新标量时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 领域
- desktop
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100