Skip to content

se7enxweb/xrowgroupworkflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xrowgroupworkflow

The basic feature of this extension is to set the object state for a group of objects.

Setup

  • Active the extenstion
  • Add in Setup->States a state group (for example "group workflow")
  • Add states "online" and "offline" in "group workflow"
  • For permissions edit anonymous in "Roles and policies". Set here for module content/read a limitation in dropdown "StateGroup_groupworkflow:" to "online"

MySQL DROP TABLE IF EXISTS xrowgroupworkflow; CREATE TABLE xrowgroupworkflow ( id int(11) NOT NULL auto_increment, status int(11) default NULL, date int(11) NOT NULL default '0', data longtext NOT NULL, PRIMARY KEY (id) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 58.3%
  • Smarty 33.0%
  • JavaScript 5.4%
  • CSS 3.3%