Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

remove the actions from module tab when creating #1011

Merged
merged 1 commit into from
Apr 5, 2021

Conversation

Leandroqo
Copy link
Contributor

Signed-off-by: Leandro Queiroz leandroqueiroz92@gmail.com

Issue Description

  • When creating a new module, when clicking on the EDIT and COPYLINK options, nothing happens, when clicking on the DELETE option, a 404 is returned.
  • When creating a new component in an existing module, when clicking on the COPYLINK option, nothing happens, when clicking on the DELETE and COPYLINK options, these options are related to the module and not to the component.

Solution

In these two scenarios, this drop-down list with these options should no longer be displayed.

Signed-off-by: Leandro Queiroz <leandroqueiroz92@gmail.com>
@Leandroqo Leandroqo added the ui Improvements/additions/fixes for ui module. label Mar 23, 2021
@Leandroqo Leandroqo self-assigned this Mar 23, 2021
@codecov
Copy link

codecov bot commented Mar 23, 2021

Codecov Report

Merging #1011 (43056f5) into main (f8ba879) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##               main    #1011   +/-   ##
=========================================
  Coverage     77.70%   77.70%           
  Complexity     1978     1978           
=========================================
  Files          1213     1213           
  Lines         16799    16799           
  Branches       1565     1566    +1     
=========================================
  Hits          13054    13054           
  Misses         3271     3271           
  Partials        474      474           
Flag Coverage Δ Complexity Δ
ui 80.80% <100.00%> (ø) 0.00 <0.00> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
ui/src/modules/Modules/Comparation/Tab.tsx 62.16% <100.00%> (ø) 0.00 <0.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f8ba879...43056f5. Read the comment docs.

@monicaribeiro
Copy link
Contributor

Closes #1011

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
TESTED QA ui Improvements/additions/fixes for ui module.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove additional options in module and component creation
5 participants