Relationship Graph

Relationship Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

This bug affects 1 person(s).
 14
IDProjectCategoryView StatusLast Update
16127Bug reportsConditionspublic2020-08-03 11:23
Reportermedhat Assigned ToJHoeck  
PriorityhighSeveritypartial_block 
Status closedResolutionfixed 
Product Version4.1.13 
Summary16127: Copy condition and other buttons missing in top panel
Description

I'm unable to copy conditions as the whole bar that contains the "copy conditions" button , "move to question" dropdown ..etc is missing!

Steps To Reproduce
  • create a new survey with one group and 2 questions.
  • try to set a condition on the 2nd question, for example
  • you will not find the "copy conditions" top bar
TagsNo tags attached.
Attached Files
copy conditions bug.jpg (230,851 bytes)
Bug heat14
Complete LimeSurvey version number (& build)4.1.13+200325
I will donate to the project if issue is resolvedNo
Browser
Database type & versionMysql 5
Server OS (if known)
Webserver software & version (if known)
PHP Version7.2.29

Relationships

related to 16509 closed Permissions are weakly checked on conditions designer 

Activities

ollehar

ollehar

2020-04-16 16:01

administrator   ~57164

So several buttons are missing here?

ollehar

ollehar

2020-04-16 16:33

administrator   ~57177

Last edited: 2020-08-03 10:09

Pic of tool bar in LS3.

Selection_252.png (30,446 bytes)   
Selection_252.png (30,446 bytes)   
cdorin

cdorin

2020-04-16 18:31

reporter   ~57191

Last edited: 2020-08-03 10:09

Thanks for report. Indeed, they're missing. Confirmed

gabrieljenik

gabrieljenik

2020-07-21 01:57

manager   ~59009

Last edited: 2020-08-03 10:09

PR: https://github.com/LimeSurvey/LimeSurvey/pull/1494

Added new toolbar. Ported form LSv3. Reorganized the buttons in the screen.

image.png (41,216 bytes)   
image.png (41,216 bytes)   

user225042

2020-07-21 17:34

  ~59023

Last edited: 2020-08-03 10:09

Tested the issue before pulling the PR, Issue exist. Tested the issue after pulling the PR, working as expected. Please refer the attachment for more details

16127_Buttons Missing.png (85,802 bytes)   
16127_Buttons Missing.png (85,802 bytes)   
gabrieljenik

gabrieljenik

2020-07-28 21:45

manager   ~59140

Last edited: 2020-08-03 10:09

Found new issue and solved it: On the question editor, Showing Condition Designer button when readonly too.

user225042

2020-07-31 11:41

  ~59230

Last edited: 2020-08-03 10:09

Tested the issue Showing Condition Designer button when user has read only access too.

user234287

2020-08-03 10:20

  ~59248

Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=30339

lime_release_bot

lime_release_bot

2020-08-03 11:23

administrator   ~59256

Fixed in Release 4.3.8+200803

Related Changesets

LimeSurvey: master 6f8db0a8

2020-07-21 01:54:40

gabrieljenik


Committer: user234287 Details Diff
Fixed issue 16127: Copy condition and other buttons missing in top panel

Added new toolbar. Ported form LSv3. Reorganized the buttons in the screen.
Affected Issues
16127
mod - application/controllers/admin/conditionsaction.php Diff File
mod - application/views/admin/conditions/conditionshead_view.php Diff File
mod - application/views/admin/conditions/conditionslist_view.php Diff File
mod - application/views/admin/conditions/includes/copyform.php Diff File
mod - application/views/admin/conditions/includes/form_editconditions_header.php Diff File
mod - application/views/admin/conditions/includes/navigator.php Diff File
add - application/views/admin/survey/topbar/conditions_topbar.php Diff File
mod - application/views/admin/survey/topbar/topbar_additions.php Diff File
mod - assets/packages/admintoppanel/build.min/css/admintoppanel.css Diff File
mod - assets/packages/admintoppanel/build.min/css/admintoppanel.rtl.css Diff File
mod - assets/packages/admintoppanel/build.min/js/admintoppanel.js Diff File
mod - assets/packages/admintoppanel/build/js/admintoppanel.js Diff File
mod - assets/packages/admintoppanel/build/js/admintoppanel.js.map Diff File
mod - assets/packages/admintoppanel/src/components/TopBarPanel.vue Diff File
mod - assets/packages/admintoppanel/src/storage/actions.js Diff File

LimeSurvey: master f27f243d

2020-07-21 01:55:02

gabrieljenik


Committer: user234287 Details Diff
Fixed issue 16127: Copy condition and other buttons missing in top panel

Reorganized the buttons in the screen.
Affected Issues
16127
mod - application/controllers/admin/conditionsaction.php Diff File
mod - application/views/admin/conditions/conditionslist_view.php Diff File
add - application/views/admin/conditions/includes/conditionslist_footer_view.php Diff File

LimeSurvey: master de51dbd4

2020-07-28 21:45:10

gabrieljenik


Committer: user234287 Details Diff
Fixed issue 16127: Copy condition and other buttons missing in top panel

Showing Condition Designer button when readonly too.
Affected Issues
16127
mod - application/views/admin/survey/topbar/question_topbar.php Diff File

Issue History

Date Modified Username Field Change
2020-04-12 08:18 medhat New Issue
2020-04-12 08:18 medhat File Added: copy conditions bug.jpg
2020-04-13 09:39 DenisChenu Issue Monitored: DenisChenu
2020-04-16 16:01 ollehar Note Added: 57164
2020-04-16 16:01 ollehar Summary Copy conditions bar is missing => Copy condition and other buttons missing in top panel
2020-04-16 16:01 ollehar Description Updated
2020-04-16 16:01 ollehar Steps to Reproduce Updated
2020-04-16 16:01 ollehar Priority none => normal
2020-04-16 16:33 ollehar File Added: Selection_252.png
2020-04-16 16:33 ollehar Note Added: 57177
2020-04-16 18:31 cdorin Priority normal => high
2020-04-16 18:31 cdorin Status new => confirmed
2020-04-16 18:31 cdorin Zoho Sprints => |Yes|
2020-04-16 18:31 cdorin Note Added: 57191
2020-04-16 18:31 swendrich Zoho Sprints ID => 14469000000044001
2020-05-13 13:33 JHoeck Assigned To => JHoeck
2020-05-13 13:33 JHoeck Status confirmed => assigned
2020-07-21 01:57 gabrieljenik Note Added: 59009
2020-07-21 01:57 gabrieljenik File Added: image.png
2020-07-21 02:23 gabrieljenik Relationship added related to 16509
2020-07-21 17:34 user225042 Note Added: 59023
2020-07-21 17:34 user225042 File Added: 16127_Buttons Missing.png
2020-07-28 21:45 gabrieljenik Note Added: 59140
2020-07-28 21:46 gabrieljenik Note Edited: 59140
2020-07-31 11:41 user225042 Note Added: 59230
2020-07-31 11:41 user225042 File Added: 16127_ReadOnlyUser_ConditionDesigner.png
2020-08-03 10:09 swendrich Zoho Sprints Yes => |Yes|
2020-08-03 10:09 swendrich Status assigned => resolved
2020-08-03 10:20 user234287 Changeset attached => LimeSurvey master de51dbd4
2020-08-03 10:20 user234287 Changeset attached => LimeSurvey master f27f243d
2020-08-03 10:20 user234287 Changeset attached => LimeSurvey master 6f8db0a8
2020-08-03 10:20 user234287 Note Added: 59248
2020-08-03 11:23 lime_release_bot Zoho Sprints Yes => |Yes|
2020-08-03 11:23 lime_release_bot Note Added: 59256
2020-08-03 11:23 lime_release_bot Status resolved => closed
2020-08-03 11:23 lime_release_bot Resolution open => fixed
2021-08-02 19:40 guest Bug heat 12 => 14