Coder Social home page Coder Social logo

com_tjucm's People

Contributors

ahghatol avatar ankush-maherwal avatar anupamk09 avatar anupamvs avatar coolbung avatar deepa-g avatar komalm avatar manojlondhe avatar pravintek avatar punambaravkar avatar sanjivani1812 avatar vaibhavstekdi avatar vaivk369 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

com_tjucm's Issues

Task : Script to install UCM package

Create a UCM package script which will install its dependent components(TJ UCM, TJ Fields), libraries(Techjoomla, strapper), modules, plugins etc. & run as per the requirement.

Render image in item detail view

Render Image field in detail view
Steps for Implementation

  1. Call image layout in detail view and layout present in /com_tjfields/site/layouts folder
  2. image will be rendered as per the height and width configuration.

Acceptance Criteria
1.verify that image displayed as per the height and width configuration

Added multiple entries while clicking on submit button multiple times & Edit own permission not working for draft record as per the requirement

Steps to reproduce multiple entries submitted while clicking on submit/save as draft button multiple times.

  • Fill all the values for any UCM form & click multiple times on "Submit" / "Save as draft" button. It will save the record on each "Submit" / "Save as draft" button click.

Steps to reproduce edit own permission issue on the draft record.

  1. Admin panel >> Create a UCM type with below permissions

    • Create Item: Allowed
    • View Item: Allowed
    • Edit Own Item: Allowed (Only owner of the record can edit)
  2. User panel >> Save this form in draft mode.

  3. Go to the UCM item list page of this UCM type & click on edit icon of that draft record.

    • Here, you will see a page with the message as "Item does not exist"
  4. Go to the UCM item list page of this UCM type & click any record which will redirect to record detail page.

    • Here, you will see a page with the message as "Item does not exist"

SEF is not working for item list & edit itemform view

After setting the SEF configuration ON from admin panel then UCM item list & itemform view shows 'Item does not found' issue. In some cases, it shows 'Display error 'Missing field in database: TjucmTableitem alias.' error.

Form does not save subform file field & subform other field values together

Steps to reproduce :

  • Go to admin panel. Create a subform having one file field & text field.
  • Go to user panel & submit the form having these subform fields.

Here, UCM does not save subform file field & other fields together. In the above scenarios, it saves the file field value even if the user has submitted the value for the text field. Now, if the user submits only the text field value from subform then it saves subform text field value(as we have skipped the file field upload from subform).

User unable to view his own submitted items

Steps to reproduce :

  • Go to the admin panel.
  • Set 'View Items' ACL to 'Not Allowed' / 'Denied' of any UCM type.
  • Go to the user panel & submit the item against that particular UCM type.
  • Go to the item list page of that UCM type.

Here the user cannot see the list of items submitted by him/her. It shows the error/warning message like 'You are not authorized to view this resource'.

Error: Group saved successfully

Error
Group saved successfully

When I try to create a new field group. It shows in the red error / warning background but it appears to have saved.

Does not displaying edit button/link on item detail page for edit own item permission

Steps to reproduce the issue :

  1. Create a new UCM type having permission for the registered user as

    Create Item: Allowed
    View Item: Allowed
    Edit Own Item: Allowed (Only owner of the record can edit the record)

  2. Log in with user

    • Submit the form.
    • Go the list page.
    • User can see the list of items
    • Clicks on record from where it will redirect to the detail page

On this page, the user cannot able to see the 'Edit' link/button even we have set the permission as Edit Own Item: Allowed for this particular UCM type

One user can change / delete other user's application data [UCM form data]

Steps to reproduce:

  1. Fill the application form for the first user and submit.
  2. Fill the application form for the second user and Intercept that request.
  3. Change form id in a request with form id of the first user also change modified by or created by ids of the first user.
  4. Submit request.
  5. Check out the first application data. You will get changed data.

[release-1.0.0] User is not able to see the item detail page

Steps to reproduce:

  • Go to the item list page.
  • Click on a link assigned to any column value which is expected to go in item details page.

Here, the user is redirecting to the same/current page while clicking on a link which is expected to go in item details page.

Getting an error on install

Fatal error: Class 'TJInstaller' not found in /home/martindo/leadership.squareballoon.co.uk/tmp/install_5d4b283c2aaec/script.pkg_tjucm.php on line 33

Is it supposed to be uploaded a different way?

Front end user can access unpublished UCM type

Steps to reproduce:

  • Go to the admin panel.
  • Unpublish any UCM type & try to access that type from user panel.

Here, the user can see the form associated with this UCM type & user can submit the form even if the UCM type of this form is unpublished.

Item detail page >> does not displaying file download option for subform file field

Steps to reproduce :

  • Go to the admin panel. Create a subform having one file field
  • Go to user panel & submit the form having this file fields.
  • Go to the item detail page of a submitted form.

Here, the user will see the file name for subform file field value. Also, the user cannot see 'Download' option to download the subform file.

Subform does not save the file field value in case if subform contains only file field

Steps to reproduce:

  • Go to the admin panel. Create a subform having one file field.
  • Go to user panel & submit the form having this subform field i.e. file field.

Here, UCM does not save subform file field in case if subform contains only one field i.e. file field. In the above scenarios, it saves the file field value if subform contains one or more fields with file field.

UCM type allowed count config is not working as per the requirement

Steps to reproduce:

  • Set the Allowed Count as 1 for a particular UCM type from admin panel
  • Open this UCM form in two different browser tabs.
  • Submit the form from two different browser tabs.

Check the data against this UCM type in the database or on respective UCM list, you will save the multiple records even if this UCM type have only one time for submission provision.

Add config as 'Allow Draft Save' for draft save functionality

Admin Panel Config & Workflow:

  • There should be one config as "Allow Draft Save" with "Yes/No" option at UCM type(for each UCM type) at admin panel.

  • Admin can set the config as per the requirement with respect to UCM type.

  • By default, the config set with "Yes" option value.

User Panel Workflow:

  • Setting the value as "Yes" for this config against UCM type, the user will see the button as "Save Section Progress" on that particular UCM form at user panel.

    (Note: We have already 'Submit Section' button for final save)

  • "Save Section Progress" button will work as draft save functionality, it means the user can update that particular UCM form information till final save(i.e. Submit Section).

UCM item privileges not working on items (list) page as per the permission set in UCM type

Steps to reproduce issue :

  1. Create a new UCM type having permission for registered user as

    • Create Item: Allowed
    • View Item: Allowed
    • Edit Item: Allowed (anyone can edit the record)
  2. Now logged in with user 1

    • Submit the form.
    • Go the list page.
    • He/she will see the list of items with 'Edit' link in 'Action' column.
  3. Now logged in with user 2

    • Go the list page.

On this page, the user cannot able to see the 'Edit' link in 'Action' column (even we have set the permission as Edit Item: Allowed for this particular UCM type)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.